This commit is contained in:
Philipp Lang 2023-08-06 17:35:11 +02:00
parent 59117682d0
commit 6f133954ff
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Kernel extends ConsoleKernel
*/
protected function commands()
{
$this->load(__DIR__.'/Commands');
$this->load(__DIR__ . '/Commands');
require base_path('routes/console.php');
}