Skip to content

Commit b6b6bee

Browse files
committed
no longer necessary to load commands manually
1 parent d001b6e commit b6b6bee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ protected function schedule(Schedule $schedule): void
2020
*/
2121
protected function commands(): void
2222
{
23-
$this->load(__DIR__.'/Commands');
24-
2523
require base_path('routes/console.php');
2624
}
2725
}

0 commit comments

Comments
 (0)