X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/6aa1c68184620c66baf3c56f9ebdb8b5723830e4..98d9c3dc2b46ac796418794aae53b20925d45a8b:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php index a53e140..6e340ad 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -1,5 +1,20 @@ - + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Rapsys\AirBundle\Entity; -class Group extends \Rapsys\UserBundle\Entity\Group {} +use Rapsys\UserBundle\Entity\Group as BaseGroup; + +/** + * {@inheritdoc} + */ +class Group extends BaseGroup { +}