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