From a1d51fceabf2c2bb523854d1454c42b7ae9c6f54 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos <1697880+AngelFQC@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:17:26 -0500 Subject: [PATCH] Internal: Fix property type in API docs --- src/CourseBundle/Entity/CLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [