Browse Source

Remove id

See:

https://task.beeznest.com/issues/11076#note-26
Julio 8 years ago
parent
commit
e798de2561
1 changed files with 1 additions and 9 deletions
  1. 1 9
      src/Chamilo/ContactBundle/Entity/CategoryTranslation.php

+ 1 - 9
src/Chamilo/ContactBundle/Entity/CategoryTranslation.php

@@ -19,15 +19,7 @@ use Knp\DoctrineBehaviors\Model as ORMBehaviors;
 class CategoryTranslation
 {
     use ORMBehaviors\Translatable\Translation;
-    /**
-     * @var integer
-     *
-     * @ORM\Column(name="id", type="integer")
-     * @ORM\Id
-     * @ORM\GeneratedValue()
-     */
-    protected $id;
-    
+
     /**
      *
      * @ORM\Column(type="string", length=255, nullable=false)