refactor config events

This commit is contained in:
Manuel Raynaud
2013-09-30 10:10:44 +02:00
parent cf4d3b87fd
commit 3ed76d237a
7 changed files with 22 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ namespace Thelia\Model;
use Thelia\Model\Base\Config as BaseConfig;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Core\Event\ConfigEvent;
use Thelia\Core\Event\Config\ConfigEvent;
class Config extends BaseConfig {