cli: Fix the path to the clicommands
This commit is contained in:
parent
9b2bff4d17
commit
ce69300c9a
|
@ -66,7 +66,7 @@ class Loader
|
|||
public function __construct(App $app)
|
||||
{
|
||||
$this->app = $app;
|
||||
$this->coreAppDir = $app->getBaseDir('clicommands');
|
||||
$this->coreAppDir = $app->getApplicationDir('clicommands');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue