mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user