This commit is contained in:
Romain Neutron
2013-07-16 19:39:02 +02:00
parent 8f71e5a80a
commit eb17f5aa87
5 changed files with 2 additions and 6 deletions

View File

@@ -52,7 +52,6 @@ class CLI extends Application
$this->register(new PluginServiceProvider()); $this->register(new PluginServiceProvider());
$this->register(new ComposerSetupServiceProvider()); $this->register(new ComposerSetupServiceProvider());
$this->register(new CLIDriversServiceProvider()); $this->register(new CLIDriversServiceProvider());
$this->register(new LessBuilderServiceProvider()); $this->register(new LessBuilderServiceProvider());

View File

@@ -11,7 +11,6 @@
namespace Alchemy\Phrasea\Utilities\Less; namespace Alchemy\Phrasea\Utilities\Less;
use Alchemy\Phrasea\Application;
use Alchemy\BinaryDriver\Exception\ExecutionFailureException; use Alchemy\BinaryDriver\Exception\ExecutionFailureException;
use Alchemy\Phrasea\Exception\RuntimeException; use Alchemy\Phrasea\Exception\RuntimeException;
use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\Filesystem\Filesystem;

View File

@@ -10,8 +10,6 @@
*/ */
use Alchemy\Phrasea\Application; use Alchemy\Phrasea\Application;
use Entities\Session;
use Entities\SessionModule;
class patch_3814 implements patchInterface class patch_3814 implements patchInterface
{ {