new: usr: add mineseeker game to the symfony 4 project #3
This commit is contained in:
31
src/Application/Sonata/UserBundle/Entity/Group.php
Normal file
31
src/Application/Sonata/UserBundle/Entity/Group.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
|
||||
namespace App\Application\Sonata\UserBundle\Entity;
|
||||
|
||||
use Sonata\UserBundle\Entity\BaseGroup as BaseGroup;
|
||||
|
||||
/**
|
||||
* This file has been generated by the SonataEasyExtendsBundle.
|
||||
*
|
||||
* @link https://sonata-project.org/easy-extends
|
||||
*
|
||||
* References:
|
||||
* @link http://www.doctrine-project.org/projects/orm/2.0/docs/reference/working-with-objects/en
|
||||
*/
|
||||
class Group extends BaseGroup
|
||||
{
|
||||
/**
|
||||
* @var int $id
|
||||
*/
|
||||
protected $id;
|
||||
|
||||
/**
|
||||
* Get id.
|
||||
*
|
||||
* @return int $id
|
||||
*/
|
||||
public function getId()
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user