From 931266c47bd5a58ae609eb2da1240d8d4982e473 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 17 Feb 2015 01:53:44 +0100 Subject: [PATCH] Commands path --- app/console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/console b/app/console index c3684f6..0cae76a 100755 --- a/app/console +++ b/app/console @@ -9,7 +9,7 @@ $app = new Application(); $app->chdir(__DIR__.'/../'); -$app->addCommandsPath('src/Deblan/PowerDNS/Command/', 'PowerDNS\\Command'); +$app->addCommandsPath('src/Deblan/PowerDNS/Command/', 'Deblan\\PowerDNS\\Command'); $app->addCommandsPath('vendor/propel/propel/src/Propel/Generator/Command/', 'Propel\\Generator\\Command'); $app->loadCommands();