PHP Class App\Providers\BusServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: hillelcoren/invoice-ninja

Public Methods

Method Description
boot ( Dispatcher $dispatcher ) : void Bootstrap any application services.
register ( ) Register any application services.

Method Details

boot() public method

Bootstrap any application services.
public boot ( Dispatcher $dispatcher ) : void
$dispatcher Illuminate\Bus\Dispatcher
return void

register() public method

Register any application services.
public register ( )