rater/src/Entity/Restaurant.php

12 lines
122 B
PHP
Raw Normal View History

2026-06-02 22:01:42 +02:00
<?php
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity]
class Restaurant extends Subject
{
//
}