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 a1d51fc commit d4bf0f7Copy full SHA for d4bf0f7
src/CoreBundle/Entity/SessionRelCourseRelUser.php
@@ -61,7 +61,7 @@ class SessionRelCourseRelUser
61
/**
62
* @var array<int, string>
63
*/
64
- public array $statusList = [
+ public const STATUS_LIST = [
65
Session::STUDENT => 'student',
66
Session::COURSE_COACH => 'course_coach',
67
];
0 commit comments