update changelog and fix cs
This commit is contained in:
@@ -28,8 +28,8 @@ use Propel\Runtime\Connection\ConnectionInterface;
|
||||
use Thelia\Core\Event\TheliaEvents;
|
||||
use Thelia\Core\Event\Config\ConfigEvent;
|
||||
|
||||
class Config extends BaseConfig {
|
||||
|
||||
class Config extends BaseConfig
|
||||
{
|
||||
use \Thelia\Model\Tools\ModelEventDispatcherTrait;
|
||||
|
||||
/**
|
||||
@@ -92,4 +92,4 @@ class Config extends BaseConfig {
|
||||
{
|
||||
ConfigQuery::resetCache($this->getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user