refactor document events

This commit is contained in:
Manuel Raynaud
2013-09-30 10:32:48 +02:00
parent 7bf5ee31c9
commit 6d5f34767d
19 changed files with 42 additions and 31 deletions

View File

@@ -10,7 +10,7 @@
namespace Thelia\Tests\Type;
use Thelia\Core\Event\DocumentCreateOrUpdateEvent;
use Thelia\Core\Event\Document\DocumentCreateOrUpdateEvent;
use Thelia\Core\Event\ImageCreateOrUpdateEvent;
use Thelia\Core\Translation\Translator;
use Thelia\Exception\ImageException;