]> Raphaël G. Git Repositories - airbundle/blobdiff - Entity/Group.php
Rename rapsysair:calendar2 command to rapsysair:calendar
[airbundle] / Entity / Group.php
index 3ccf6ee3edd9d2eeeaa71bb9de1d637f1e581836..6e340ad19fd9d68d0ee54e249a829ffceca0b656 100644 (file)
@@ -1,6 +1,20 @@
-<?php
+<?php declare(strict_types=1);
+
+/*
+ * This file is part of the Rapsys AirBundle package.
+ *
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
+ *
+ * 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;
+
+/**
+ * {@inheritdoc}
+ */
+class Group extends BaseGroup {
+}