From 1b7a36addfff7609536f68b423220bb9cb487dab Mon Sep 17 00:00:00 2001 From: mespeche Date: Wed, 4 Sep 2013 09:58:59 +0200 Subject: [PATCH] Working Fix unset namespace --- core/lib/Thelia/Model/Category.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/lib/Thelia/Model/Category.php b/core/lib/Thelia/Model/Category.php index 26343142e..a3ad2ce77 100755 --- a/core/lib/Thelia/Model/Category.php +++ b/core/lib/Thelia/Model/Category.php @@ -2,6 +2,7 @@ namespace Thelia\Model; +use Thelia\Core\Event\CategoryEvent; use Thelia\Model\Base\Category as BaseCategory; use Propel\Runtime\ActiveQuery\Criteria; use Thelia\Tools\URL;