Rajout du dossier core + MAJ .gitignore
This commit is contained in:
10
core/lib/Thelia/Model/Profile.php
Normal file
10
core/lib/Thelia/Model/Profile.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Thelia\Model;
|
||||
|
||||
use Thelia\Model\Base\Profile as BaseProfile;
|
||||
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
||||
|
||||
class Profile extends BaseProfile
|
||||
{
|
||||
use ModelEventDispatcherTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user