cli: Fix the path to the clicommands

This commit is contained in:
Eric Lippmann 2014-11-14 16:01:40 +01:00
parent 9b2bff4d17
commit ce69300c9a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Loader
public function __construct(App $app) public function __construct(App $app)
{ {
$this->app = $app; $this->app = $app;
$this->coreAppDir = $app->getBaseDir('clicommands'); $this->coreAppDir = $app->getApplicationDir('clicommands');
} }
/** /**