From 74cb1477bb921a2378ea22a552b71a48c11e0931 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Jul 2018 16:34:32 +0200 Subject: Better API (integrated oauth completely) --- app/Console/Kernel.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 app/Console/Kernel.php (limited to 'app/Console') 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