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