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, ]; /**