Barryvdh\Queue\AsyncServiceProvider::boot PHP Method

boot() public method

Add the connector to the queue drivers.
public boot ( ) : void
return void
    public function boot()
    {
        $this->registerAsyncConnector($this->app['queue']);
        $this->commands('command.queue.async');
    }