murph-skeleton/core/Entity/EntityInterface.php

8 lines
65 B
PHP
Raw Normal View History

2021-03-24 12:27:07 +01:00
<?php
namespace App\Core\Entity;
interface EntityInterface
{
}