fix use statement in BaseModuleInterface

This commit is contained in:
Manuel Raynaud
2013-11-07 16:50:52 +01:00
parent 2697ff1569
commit 3945504387

View File

@@ -23,6 +23,7 @@
namespace Thelia\Module; namespace Thelia\Module;
use Propel\Runtime\Connection\ConnectionInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;