X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/7e8ef252c23703363c351b23ff1d1ce9fac80ce5..HEAD:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php index 7e972ff..6e340ad 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -13,5 +13,8 @@ namespace Rapsys\AirBundle\Entity; use Rapsys\UserBundle\Entity\Group as BaseGroup; +/** + * {@inheritdoc} + */ class Group extends BaseGroup { }