PHP Class BigName\EventDispatcher\Integrations\Laravel\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: heybigname/event-dispatcher

Public Methods

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

Method Details

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void