Working Fix unset namespace

This commit is contained in:
mespeche
2013-09-04 09:58:59 +02:00
parent 26da884dae
commit 1b7a36addf

View File

@@ -2,6 +2,7 @@
namespace Thelia\Model; namespace Thelia\Model;
use Thelia\Core\Event\CategoryEvent;
use Thelia\Model\Base\Category as BaseCategory; use Thelia\Model\Base\Category as BaseCategory;
use Propel\Runtime\ActiveQuery\Criteria; use Propel\Runtime\ActiveQuery\Criteria;
use Thelia\Tools\URL; use Thelia\Tools\URL;