fix some use statement

This commit is contained in:
Manuel Raynaud
2013-09-30 16:31:28 +02:00
parent 197f2d48c2
commit e6e95b2516
12 changed files with 5 additions and 11 deletions

View File

@@ -23,6 +23,7 @@
namespace Thelia\Controller\Admin;
use Thelia\Core\Event\Product\ProductAddCategoryEvent;
use Thelia\Core\Event\Product\ProductDeleteEvent;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Core\Event\Product\ProductUpdateEvent;