X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ada7c83e96f35a6b484869d6d27939555e1942f7..refs/pull/2022/head:/app/Console/Kernel.php diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index b725c9e21..e75d93801 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -1,6 +1,4 @@ -command('inspire') - ->hourly(); + // + } + + /** + * Register the commands for the application. + * + * @return void + */ + protected function commands() + { + $this->load(__DIR__.'/Commands'); } }