DONE: fix autoload issue when composer install

This commit is contained in:
ISMAIL MASSERAN
2026-04-14 10:39:58 +08:00
parent 604ce7f76d
commit 18d24d9d0d
+1 -1
View File
@@ -14,7 +14,7 @@ class Kernel extends ConsoleKernel
*/
protected $commands = [
//
Commands\ImportCsv::class,
Commands\ImportCSV::class,
];
/**