From b2dbdbddcd7c4879cd99c4210f0f7f8cf214b7e4 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 16 Mar 2021 17:50:24 +0100 Subject: [PATCH] Move commands to boot method --- src/DuskServiceProvider.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/DuskServiceProvider.php b/src/DuskServiceProvider.php index b814f63a1..60d36c91e 100644 --- a/src/DuskServiceProvider.php +++ b/src/DuskServiceProvider.php @@ -36,17 +36,7 @@ public function boot() ]); }); } - } - /** - * Register any package services. - * - * @return void - * - * @throws \Exception - */ - public function register() - { if ($this->app->runningInConsole()) { $this->commands([ Console\InstallCommand::class,