This commit is contained in:
Simon Vieille 2015-02-23 01:01:29 +01:00
vanhempi 3d1d608518
commit 517e2050a1
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa

Näytä tiedosto

@ -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();

Näytä tiedosto

@ -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();