diff --git a/framework/core/src/Bus/BusServiceProvider.php b/framework/core/src/Bus/BusServiceProvider.php index d6d152839..c07b9b812 100644 --- a/framework/core/src/Bus/BusServiceProvider.php +++ b/framework/core/src/Bus/BusServiceProvider.php @@ -17,7 +17,7 @@ use Illuminate\Contracts\Queue\Factory as QueueFactoryContract; class BusServiceProvider extends AbstractServiceProvider { - public function boot() + public function register() { $this->app->bind(BusContract::class, function ($app) { return new Dispatcher($app, function ($connection = null) use ($app) {