From 18d24d9d0d5b42f5263a97a13fa9451b13f3f22f Mon Sep 17 00:00:00 2001 From: ISMAIL MASSERAN Date: Tue, 14 Apr 2026 10:39:58 +0800 Subject: [PATCH] DONE: fix autoload issue when composer install --- 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 f1ed349..e5f3cc1 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -14,7 +14,7 @@ class Kernel extends ConsoleKernel */ protected $commands = [ // - Commands\ImportCsv::class, + Commands\ImportCSV::class, ]; /**