|
@@ -14,6 +14,8 @@ use DeviceBundle\Validator\Constraints as ValidatorAssert;
|
|
use ExtraDataBundle\Entity\Traits\ExtraDataTrait;
|
|
use ExtraDataBundle\Entity\Traits\ExtraDataTrait;
|
|
use Gedmo\SoftDeleteable\Traits\SoftDeleteableEntity as SoftDeleteable;
|
|
use Gedmo\SoftDeleteable\Traits\SoftDeleteableEntity as SoftDeleteable;
|
|
use Base\AdminBundle\Interfaces\SoftDeleteInterface;
|
|
use Base\AdminBundle\Interfaces\SoftDeleteInterface;
|
|
|
|
+use MapBundle\Entity\Interfaces\LocationInterface;
|
|
|
|
+use MapBundle\Entity\Traits\LocationTrait;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @ORM\Entity
|
|
* @ORM\Entity
|
|
@@ -25,12 +27,13 @@ use Base\AdminBundle\Interfaces\SoftDeleteInterface;
|
|
*
|
|
*
|
|
* @ValidatorAssert\Device
|
|
* @ValidatorAssert\Device
|
|
*/
|
|
*/
|
|
-class CMTS implements DeviceInterface, TenancyIdTraitInterface, SoftDeleteInterface
|
|
|
|
|
|
+class CMTS implements DeviceInterface, TenancyIdTraitInterface, SoftDeleteInterface, LocationInterface
|
|
{
|
|
{
|
|
|
|
|
|
use ExtraDataTrait;
|
|
use ExtraDataTrait;
|
|
use TenancyIdTrait;
|
|
use TenancyIdTrait;
|
|
use SoftDeleteable;
|
|
use SoftDeleteable;
|
|
|
|
+ use LocationTrait;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @ORM\Column(name="id", type="bigint", nullable=false)
|
|
* @ORM\Column(name="id", type="bigint", nullable=false)
|