X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/27d73db5d5024d70d4c27091e976617d7cbd56ff..c2c98c325c080c171b752a605ce8cf7dd9f2ed26:/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 { +}