Warning: Undefined variable $namespace in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 3
;
Warning: Undefined variable $use_statements in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 5
#[ORM\Entity(repositoryClass:
Warning: Undefined variable $repository_class_name in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 7
::class)]
Warning: Undefined variable $should_escape_table_name in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 8
Warning: Undefined variable $api_resource in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 10
Warning: Undefined variable $broadcast in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 13
class
Warning: Undefined variable $class_name in C:\laragon\www\sfentreprise\vendor\symfony\maker-bundle\src\Resources\skeleton\doctrine\Entity.tpl.php on line 16
{
#[ORM\Id]
#[ORM\GeneratedValue]
#[ORM\Column]
private ?int $id = null;
public function getId(): ?int
{
return $this->id;
}
}