From a57d1ab22fbb5e09404fa6e975f9e031737d6dc5 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Tue, 6 Aug 2013 16:09:56 +0200 Subject: [PATCH] Fix #1405 Missing namespace declaration --- .../Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php b/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php index 58291a32e9..5094d13505 100644 --- a/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php +++ b/lib/Alchemy/Phrasea/Core/CLIProvider/CLIDriversServiceProvider.php @@ -15,6 +15,7 @@ use Alchemy\Phrasea\Command\Developer\Utils\BowerDriver; use Alchemy\Phrasea\Command\Developer\Utils\UglifyJsDriver; use Alchemy\Phrasea\Command\Developer\Utils\ComposerDriver; use Alchemy\Phrasea\Command\Developer\Utils\RecessDriver; +use Alchemy\Phrasea\Exception\RuntimeException; use Silex\Application; use Silex\ServiceProviderInterface; use Symfony\Component\Process\ExecutableFinder;