PHP Class Gitamin\Providers\AppServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: gitaminhq/gitamin

Méthodes publiques

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

Method Details

boot() public méthode

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

register() public méthode

Register any application services.
public register ( ) : void
Résultat void