Source of file TICEntity.php

Size: 0,216 Bytes - Last Modified: 2023-11-16T22:56:02+01:00

/home/websites/teicee/packagist/site/phpdoc/conf/../vendor/teicee/dorm-bundle/src/Base/TICEntity.php

1234567891011
<?php
namespace TIC\DormBundle\Base;

/**
 * Entité de base disposant d'éventuelles méthodes utiles.
 * @see https://symfony.com/doc/current/doctrine.html#creating-an-entity-class
 */
abstract class TICEntity
{

}