X-Git-Url: https://git.rapsys.eu/treebundle/blobdiff_plain/85da4296f5f945c4db6d552048ed7423eadb6f02..bc23d7a89281c97e385b252c02de5f117f72b5a3:/Entity/Group.php diff --git a/Entity/Group.php b/Entity/Group.php new file mode 100644 index 0000000..3fffaf1 --- /dev/null +++ b/Entity/Group.php @@ -0,0 +1,17 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace Rapsys\TreeBundle\Entity; + +use Rapsys\UserBundle\Entity\Group as BaseGroup; + +class Group extends BaseGroup { +}