Update path to vendor version
This commit is contained in:
@@ -22,7 +22,7 @@ class Kernel extends ConsoleKernel
|
||||
|
||||
public function getCommands()
|
||||
{
|
||||
$commands_path = base_path() . '/../commands';
|
||||
$commands_path = base_path() . '/../../../commands';
|
||||
$files = array_diff(scandir($commands_path), array('.', '..'));
|
||||
|
||||
$classes = [];
|
||||
|
||||
Reference in New Issue
Block a user