Internal: Fix property type in API docs

pull/5784/head
Angel Fernando Quiroz Campos 1 year ago
parent 10939482ea
commit a1d51fceab
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 2
      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' => [

Loading…
Cancel
Save