|
|
@@ -3,14 +3,11 @@ |
|
|
|
namespace Lc\SovBundle\Model\Setting; |
|
|
|
|
|
|
|
use Doctrine\ORM\Mapping as ORM; |
|
|
|
use Lc\CaracoleBundle\Model\Setting\SettingTrait; |
|
|
|
use Lc\SovBundle\Doctrine\EntityInterface; |
|
|
|
use Lc\SovBundle\Model\Site\SiteInterface; |
|
|
|
|
|
|
|
abstract class SiteSettingModel implements SiteSettingInterface, EntityInterface |
|
|
|
abstract class SiteSettingModel extends SettingModel implements SiteSettingInterface, EntityInterface |
|
|
|
{ |
|
|
|
use SettingTrait; |
|
|
|
|
|
|
|
/** |
|
|
|
* @ORM\ManyToOne(targetEntity="Lc\SovBundle\Model\Site\SiteInterface", inversedBy="settings") |
|
|
|
* @ORM\JoinColumn(nullable=false) |