deblan.io-murph/core/Entity/EntityInterface.php

8 lines
65 B
PHP
Raw Normal View History

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