Warning: Undefined variable $namespace in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 3
;
Warning: Undefined variable $api_resource in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 5
use Doctrine\ORM\Mapping as ORM;
/**
Warning: Undefined variable $api_resource in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 10
* @ORM\Entity(repositoryClass="
Warning: Undefined variable $repository_full_class_name in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 12
")
*/
class
Warning: Undefined variable $class_name in /home/net1/tares.net1.club/vendor/symfony/maker-bundle/src/Resources/skeleton/doctrine/Entity.tpl.php on line 14
{
/**
* @ORM\Id()
* @ORM\GeneratedValue()
* @ORM\Column(type="integer")
*/
private $id;
public function getId(): ?int
{
return $this->id;
}
}