add use missing statement

This commit is contained in:
Manuel Raynaud
2013-08-09 09:35:42 +02:00
parent 48f3b9f5eb
commit 7926d64352

View File

@@ -34,6 +34,7 @@ use Thelia\Model\CategoryQuery;
use Thelia\Model\AdminLog;
use Thelia\Form\CategoryDeletionForm;
use Thelia\Action\Exception\FormValidationException;
use Propel\Runtime\Exception\PropelException;
class Category extends BaseAction implements EventSubscriberInterface
{