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

@@ -28,7 +28,7 @@ use Thelia\Core\HttpFoundation\Request;
use Thelia\Core\HttpFoundation\Session\Session;
use Thelia\Action\Document;
use Thelia\Core\Event\DocumentEvent;
use Thelia\Core\Event\Document\DocumentEvent;
use Thelia\Model\ConfigQuery;
/**

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;