WIP : admin profiles
This commit is contained in:
10
core/lib/Thelia/Model/ProfileI18n.php
Normal file
10
core/lib/Thelia/Model/ProfileI18n.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\ProfileI18n as BaseProfileI18n;
|
||||
|
||||
class ProfileI18n extends BaseProfileI18n
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user