Update path to vendor version

This commit is contained in:
2021-01-27 12:15:39 +03:00
parent f658c0795f
commit 04e766af45
4 changed files with 9 additions and 9 deletions

View File

@@ -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 = [];