murph-core/src/core/Entity/EntityInterface.php

8 lines
65 B
PHP
Raw Normal View History

2022-03-13 19:32:32 +01:00
<?php
namespace App\Core\Entity;
interface EntityInterface
{
}