diff --git a/app/console b/app/console index 7b748ab..e76bfbd 100755 --- a/app/console +++ b/app/console @@ -9,7 +9,6 @@ use Deblan\Console\Command\Input\Input; $app = new Application('PowerDNS CLI', '1'); $app->chdir(__DIR__.'/../'); - $app->addCommandsPath('src/Deblan/PowerDNS/Command/', 'Deblan\\PowerDNS\\Command'); $app->initPropel(); $app->loadCommands(); diff --git a/app/propel/console b/app/propel/console index 2b9d89b..498c55c 100755 --- a/app/propel/console +++ b/app/propel/console @@ -12,4 +12,4 @@ $app->chdir(__DIR__.'/../../'); $app->addCommandsPath('vendor/propel/propel/src/Propel/Generator/Command/', 'Propel\\Generator\\Command'); $app->loadCommands(); -$app->run();; +$app->run();