From bad0eed060e6c6bd5f7dac81ec6a594391c3b813 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 17 Feb 2015 02:01:51 +0100 Subject: [PATCH] console reserved for pdns administration --- app/console | 1 - 1 file changed, 1 deletion(-) diff --git a/app/console b/app/console index 0cae76a..f37b6ae 100755 --- a/app/console +++ b/app/console @@ -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();;