adds roles

This commit is contained in:
2026-02-16 11:19:06 +01:00
parent ebaeb1722d
commit 4dc64c22cb
29 changed files with 495 additions and 89 deletions

View File

@@ -25,7 +25,6 @@ final class Session extends Model
'status',
'score',
'result',
'basic_info',
'additional_comments',
'completed_at',
];
@@ -40,7 +39,6 @@ protected function casts(): array
'category_id' => 'integer',
'screening_id' => 'integer',
'score' => 'integer',
'basic_info' => 'array',
'completed_at' => 'datetime',
];
}