Middleware to detect is update is pending; move Routes into HTTP

This commit is contained in:
Nabeel Shahzad
2019-07-18 10:51:05 -04:00
parent c6547ac7fc
commit b2cf7acfb6
11 changed files with 98 additions and 80 deletions

View File

@@ -36,7 +36,7 @@ class Kernel extends ConsoleKernel
*/
protected function commands(): void
{
require app_path('Routes/console.php');
require app_path('Http/Routes/console.php');
$this->load(__DIR__.'/Commands');
$this->load(__DIR__.'/Cron');
}