Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment