From 3945504387e2b8c5bec2e44d52e6fa2e29688991 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 7 Nov 2013 16:50:52 +0100 Subject: [PATCH] fix use statement in BaseModuleInterface --- core/lib/Thelia/Module/BaseModuleInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lib/Thelia/Module/BaseModuleInterface.php b/core/lib/Thelia/Module/BaseModuleInterface.php index a8e4d27ec..694a4082c 100644 --- a/core/lib/Thelia/Module/BaseModuleInterface.php +++ b/core/lib/Thelia/Module/BaseModuleInterface.php @@ -23,6 +23,7 @@ namespace Thelia\Module; +use Propel\Runtime\Connection\ConnectionInterface; use Symfony\Component\EventDispatcher\EventDispatcherInterface; use Symfony\Component\HttpFoundation\Request;