X-Git-Url: https://git.rapsys.eu/treebundle/blobdiff_plain/85da4296f5f945c4db6d552048ed7423eadb6f02..bc23d7a89281c97e385b252c02de5f117f72b5a3:/Entity/Civility.php diff --git a/Entity/Civility.php b/Entity/Civility.php new file mode 100644 index 0000000..bbf8493 --- /dev/null +++ b/Entity/Civility.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\Civility as BaseCivility; + +class Civility extends BaseCivility { +}