PHP Class BigName\EventDispatcher\Integrations\Laravel\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: heybigname/event-dispatcher

Méthodes publiques

Méthode Description
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void