product as OneToOne

This commit is contained in:
2022-05-25 09:54:28 +02:00
parent 937c2a459d
commit 258c79b954
12 changed files with 66 additions and 129 deletions

View File

@ -6,7 +6,7 @@ use App\Repository\MerDTRepository;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: MerDTRepository::class)]
class MerDT
class MerDT extends Platform
{
#[ORM\Id]
#[ORM\GeneratedValue]