tinternet.net/core/Entity/EntityInterface.php

8 lines
65 B
PHP

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