diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 28cdc1f1..2121d32f 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -8,15 +8,6 @@ use Illuminate\Support\Facades\Storage; class Kernel extends ConsoleKernel { - /** - * The Artisan commands provided by your application. - * - * @var array - */ - protected $commands = [ - // - ]; - /** * Define the application's command schedule. *