Internal: API: Fix session title in resource link list

pull/5402/head
Angel Fernando Quiroz Campos 7 months ago
parent eec542e133
commit bdc0ad1025
  1. 1
      src/CoreBundle/Entity/Session.php

@ -170,6 +170,7 @@ class Session implements ResourceWithAccessUrlInterface, Stringable
'session_rel_user:read',
'course:read',
'track_e_exercise:read',
'calendar_event:read',
])]
#[ORM\Column(name: 'title', type: 'string', length: 150)]
protected string $title;

Loading…
Cancel
Save