console reserved for pdns administration

This commit is contained in:
Simon Vieille 2015-02-17 02:01:51 +01:00
parent a7d2d5d4ab
commit bad0eed060

View file

@ -10,7 +10,6 @@ $app = new Application();
$app->chdir(__DIR__.'/../');
$app->addCommandsPath('src/Deblan/PowerDNS/Command/', 'Deblan\\PowerDNS\\Command');
$app->addCommandsPath('vendor/propel/propel/src/Propel/Generator/Command/', 'Propel\\Generator\\Command');
$app->loadCommands();
$app->run();;