Warning: Undefined variable $namespace in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 3
;
Warning: Undefined variable $use_statements in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 5
#[ORM\Entity(repositoryClass:
Warning: Undefined variable $repository_class_name in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 7
::class)]
Warning: Undefined variable $should_escape_table_name in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 8
Warning: Undefined variable $api_resource in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 10
Warning: Undefined variable $broadcast in /home/ldt/public_html/canvas/udoit/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 13
class
Warning: Undefined variable $class_name in /home/ldt/public_html/canvas/udoit/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;
}
}