murph-skeleton/core/Entity/EntityInterface.php
2021-03-24 12:27:07 +01:00

8 lines
65 B
PHP

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