PHP Class EventHomes\Api\Webhooks\MandrillWebhookServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: eventhomes/laravel-mandrillhooks

Public Methods

Method Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

register() public method

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