Conflicts: core/lib/Thelia/Config/Resources/config.xml core/lib/Thelia/Config/Resources/routing/admin.xml core/lib/Thelia/Core/Template/Loop/Country.php core/lib/Thelia/Core/Template/Smarty/Plugins/Form.php core/lib/Thelia/Model/Country.php core/lib/Thelia/Model/Profile.php core/lib/Thelia/Model/ProfileQuery.php install/insert.sql install/thelia.sql local/config/schema.xml
10 lines
200 B
PHP
10 lines
200 B
PHP
<?php
|
|
namespace Thelia\Model;
|
|
|
|
use Thelia\Model\Base\Profile as BaseProfile;
|
|
use Thelia\Model\Tools\ModelEventDispatcherTrait;
|
|
|
|
class Profile extends BaseProfile
|
|
{
|
|
use ModelEventDispatcherTrait;
|
|
} |