Fix #1405 Missing namespace declaration

This commit is contained in:
Nicolas Le Goff
2013-08-06 16:09:56 +02:00
committed by Romain Neutron
parent 10900faabd
commit a57d1ab22f

View File

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