accompanying course comment: more tentative to delete the comment

This commit is contained in:
nobohan
2022-03-04 14:22:25 +01:00
parent f04118218d
commit 6472c554ed
3 changed files with 5 additions and 3 deletions

View File

@@ -261,6 +261,7 @@ class AccompanyingPeriod implements
* cascade={"persist"},
* )
* @Groups({"read"})
* @ORM\JoinColumn(onDelete="SET NULL")
*/
private ?Comment $pinnedComment = null;