refactor template events

This commit is contained in:
Manuel Raynaud
2013-09-30 09:59:39 +02:00
parent 3a7a76afe0
commit 80071b6dd1
11 changed files with 39 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ namespace Thelia\Model;
use Thelia\Model\Base\Template as BaseTemplate;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\TemplateEvent;
use Thelia\Core\Event\Template\TemplateEvent;
use Thelia\Core\Event\TheliaEvents;
class Template extends BaseTemplate