X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/58242917a50ec39071529953e77343fd3eb6dda0..13b109701f5c92362c88f866d9801399124ec27e:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php index 3ccf6ee..b904a0d 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -1,6 +1,17 @@ - + * + * for the full copyright and license information, please view the license + * file that was distributed with this source code. + */ -// src/Rapsys/AirBundle/Entity/Group.php namespace Rapsys\AirBundle\Entity; -class Group extends \Rapsys\UserBundle\Entity\Group {} +use Rapsys\UserBundle\Entity\Group as BaseGroup; + +class Group extends BaseGroup { +}