From 5269a15bcffe0a5084092fc61f445c0bee588baa Mon Sep 17 00:00:00 2001 From: Horus Date: Thu, 14 Jan 2021 12:09:03 +0100 Subject: Delete Laravel app. --- app/Console/Kernel.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 app/Console/Kernel.php (limited to 'app/Console/Kernel.php') diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php deleted file mode 100644 index a8c5158..0000000 --- a/app/Console/Kernel.php +++ /dev/null @@ -1,42 +0,0 @@ -command('inspire') - // ->hourly(); - } - - /** - * Register the commands for the application. - * - * @return void - */ - protected function commands() - { - $this->load(__DIR__.'/Commands'); - - require base_path('routes/console.php'); - } -} -- cgit v1.2.3