mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
some adjustments to news item
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user