REBELinBLUE\Deployer\Providers\EventServiceProvider::boot PHP Method

boot() public method

Register any other events for your application.
public boot ( Illuminate\Contracts\Events\Dispatcher $events )
$events Illuminate\Contracts\Events\Dispatcher
    public function boot(DispatcherContract $events)
    {
        parent::boot($events);
    }
EventServiceProvider