create news item entity and the admin for it

This commit is contained in:
2023-11-01 16:25:14 +01:00
parent 4286a51bf4
commit a542d319f7
11 changed files with 306 additions and 3 deletions

View File

@@ -20,9 +20,7 @@ use Symfony\Component\Validator\Constraints as Assert;
/**
* @ORM\Entity
*
* @ORM\Table(
* name="chill_main_news",
* )
* @ORM\Table(name="chill_main_news")
*/
class NewsItem implements TrackCreationInterface, TrackUpdateInterface
{