Merge branch 'bugfix/autoload-issue' into 'main'
DONE: fix autoload issue when composer install See merge request erahn/voting!5
This commit is contained in:
@@ -14,7 +14,7 @@ class Kernel extends ConsoleKernel
|
|||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
//
|
//
|
||||||
Commands\ImportCsv::class,
|
Commands\ImportCSV::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user