We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1093948 commit a1d51fcCopy full SHA for a1d51fc
src/CourseBundle/Entity/CLink.php
@@ -84,7 +84,7 @@
84
'url' => ['type' => 'string'],
85
'title' => ['type' => 'string'],
86
'description' => ['type' => 'string'],
87
- 'category_id' => ['type' => 'int'],
+ 'category_id' => ['type' => 'integer'],
88
'target' => ['type' => 'string'],
89
'parentResourceNodeId' => ['type' => 'integer'],
90
'resourceLinkList' => [
0 commit comments