From 6f133954ffc897aca327f26c2296d87dbc074e14 Mon Sep 17 00:00:00 2001 From: Philipp Lang Date: Sun, 6 Aug 2023 17:35:11 +0200 Subject: [PATCH] Lint --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 9b8ffa99..a85a22d8 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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'); }