update changelog and fix cs
This commit is contained in:
@@ -5,8 +5,8 @@ namespace Thelia\Model;
|
||||
use Propel\Runtime\Connection\ConnectionInterface;
|
||||
use Thelia\Model\Base\FolderI18n as BaseFolderI18n;
|
||||
|
||||
class FolderI18n extends BaseFolderI18n {
|
||||
|
||||
class FolderI18n extends BaseFolderI18n
|
||||
{
|
||||
public function postInsert(ConnectionInterface $con = null)
|
||||
{
|
||||
$folder = $this->getFolder();
|
||||
|
||||
Reference in New Issue
Block a user