some adjustments to news item

This commit is contained in:
2023-11-08 12:16:33 +01:00
parent ddb90c2e41
commit 9591f1e49c
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ class NewsItem implements TrackCreationInterface, TrackUpdateInterface
*
* @Assert\NotNull
*/
private string $type = '';
private string $type = 'news';
/**
* @ORM\Column(type="date_immutable", nullable=false)