X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9aad88c45d93dadacd35176364b56df4734c017b..HEAD:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php index b904a0d..6e340ad 100644 --- a/Entity/Group.php +++ b/Entity/Group.php @@ -1,11 +1,11 @@ + * (c) Raphaël Gertz * - * for the full copyright and license information, please view the license + * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ @@ -13,5 +13,8 @@ namespace Rapsys\AirBundle\Entity; use Rapsys\UserBundle\Entity\Group as BaseGroup; +/** + * {@inheritdoc} + */ class Group extends BaseGroup { }