refactor bookmarks to stars

This commit is contained in:
ghost 2023-10-09 15:35:32 +03:00
parent 997d9db562
commit f260bda7ee
6 changed files with 46 additions and 46 deletions

View file

@ -2,11 +2,11 @@
namespace App\Entity;
use App\Repository\TorrentBookmarkRepository;
use App\Repository\TorrentStarRepository;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: TorrentBookmarkRepository::class)]
class TorrentBookmark
#[ORM\Entity(repositoryClass: TorrentStarRepository::class)]
class TorrentStar
{
#[ORM\Id]
#[ORM\GeneratedValue]