mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
refactor bookmarks to stars
This commit is contained in:
parent
997d9db562
commit
f260bda7ee
6 changed files with 46 additions and 46 deletions
|
|
@ -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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue