diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a0a586050149..4ee1a351dda1 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -34,15 +34,6 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel; class Kernel extends ConsoleKernel { - /** - * The Artisan commands provided by your application. - * - * @var array - */ - protected $commands = [ - // - ]; - /** * Define the application's command schedule. *