diff --git a/src/CourseBundle/Entity/CLink.php b/src/CourseBundle/Entity/CLink.php index dbe26a8ba6..0bbc31e47d 100644 --- a/src/CourseBundle/Entity/CLink.php +++ b/src/CourseBundle/Entity/CLink.php @@ -84,7 +84,7 @@ use Symfony\Component\Validator\Constraints as Assert; 'url' => ['type' => 'string'], 'title' => ['type' => 'string'], 'description' => ['type' => 'string'], - 'category_id' => ['type' => 'int'], + 'category_id' => ['type' => 'integer'], 'target' => ['type' => 'string'], 'parentResourceNodeId' => ['type' => 'integer'], 'resourceLinkList' => [