refactor currency events

This commit is contained in:
Manuel Raynaud
2013-09-30 10:11:55 +02:00
parent 3ed76d237a
commit 10022e5a4a
8 changed files with 22 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ use Propel\Runtime\Exception\PropelException;
use Thelia\Model\Base\Currency as BaseCurrency;
use Thelia\Core\Event\TheliaEvents;
use Propel\Runtime\Connection\ConnectionInterface;
use Thelia\Core\Event\CurrencyEvent;
use Thelia\Core\Event\Currency\CurrencyEvent;
class Currency extends BaseCurrency {