diff --git a/core/lib/Thelia/Action/Category.php b/core/lib/Thelia/Action/Category.php index b93b8f9de..429d31f3c 100644 --- a/core/lib/Thelia/Action/Category.php +++ b/core/lib/Thelia/Action/Category.php @@ -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 {