PHP Class Gitamin\Providers\AppServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: gitaminhq/gitamin

Public Methods

Method Description
boot ( Collective\Bus\Dispatcher $dispatcher ) Boot the service provider.
register ( ) : void Register any application services.

Method Details

boot() public method

Boot the service provider.
public boot ( Collective\Bus\Dispatcher $dispatcher )
$dispatcher Collective\Bus\Dispatcher

register() public method

Register any application services.
public register ( ) : void
return void