Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F18126641
BusServiceProvider.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
612 B
Referenced Files
None
Subscribers
None
BusServiceProvider.php
View Options
<?php
namespace
AuthGrove\Providers
;
use
Illuminate\Bus\Dispatcher
;
use
Illuminate\Support\ServiceProvider
;
class
BusServiceProvider
extends
ServiceProvider
{
/**
* Bootstrap any application services.
*
* @param \Illuminate\Bus\Dispatcher $dispatcher
* @return void
*/
public
function
boot
(
Dispatcher
$dispatcher
)
{
$dispatcher
->
mapUsing
(
function
(
$command
)
{
return
Dispatcher
::
simpleMapping
(
$command
,
'AuthGrove
\C
ommands'
,
'AuthGrove
\H
andlers
\C
ommands'
);
});
}
/**
* Register any application services.
*
* @return void
*/
public
function
register
()
{
//
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Dec 19, 22:18 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3250173
Default Alt Text
BusServiceProvider.php (612 B)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment