diff --git a/src/Entity/MainCategory.php b/src/Entity/MainCategory.php deleted file mode 100644 index f3e7b36..0000000 --- a/src/Entity/MainCategory.php +++ /dev/null @@ -1,30 +0,0 @@ -title; - } - - public function setTitle(string $title): void - { - $this->title = $title; - } - - public function getTags(): array - { - return $this->tags; - } - - public function setTags(array $tags): void - { - $this->tags = $tags; - } - - -}