add missing use statement

This commit is contained in:
Manuel Raynaud
2014-08-13 10:17:05 +02:00
parent 4d79acf06d
commit aa92585794

View File

@@ -11,6 +11,7 @@
/*************************************************************************************/
namespace Thelia\Core\EventListener;
use Propel\Runtime\ActiveQuery\ModelCriteria;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\GetResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;