PHP Class REBELinBLUE\Deployer\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Show file Open project: rebelinblue/deployer

Protected Properties

Property Type Description
$listen array The event handler mappings for the application.

Public Methods

Method Description
boot ( Illuminate\Contracts\Events\Dispatcher $events ) Register any other events for your application.

Method Details

boot() public method

Register any other events for your application.
public boot ( Illuminate\Contracts\Events\Dispatcher $events )
$events Illuminate\Contracts\Events\Dispatcher

Property Details

$listen protected property

The event handler mappings for the application.
protected array $listen
return array