Browse Source

Cleanup

imwald
Nuša Pukšič 2 weeks ago
parent
commit
121cbf4f50
  1. 30
      src/Entity/MainCategory.php

30
src/Entity/MainCategory.php

@ -1,30 +0,0 @@ @@ -1,30 +0,0 @@
<?php
namespace App\Entity;
class MainCategory {
private string $title;
private array $tags;
public function getTitle(): string
{
return $this->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;
}
}
Loading…
Cancel
Save