Commit 5acda6a4 authored by David Surville's avatar David Surville
Browse files

Could not resolve type of column "ID" of class "UnicaenAuth\Entity\Db\CategoriePrivilege"

parent 4653f649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ class CategoriePrivilege
    /**
     * @var int
     * @ORM\Id
     * @ORM\Column(type="integer")
     * @ORM\Column(name="ID", type="integer")
     * @ORM\GeneratedValue(strategy="AUTO")
     */
    private $id;