X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/eeb2b90fdc5eb9d79d845c5cbdf388047a342b40..dcdc4baf0ec625b1c72e752bcc656213fc4a757e:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php index a53e140..b904a0d 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -1,5 +1,17 @@ - + * + * 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; + +class Group extends BaseGroup { +}