suivi/core/Entity/EntityInterface.php
2022-03-06 17:51:10 +01:00

8 lines
65 B
PHP

<?php
namespace App\Core\Entity;
interface EntityInterface
{
}