tinternet.net/src/Entity/EntityInterface.php

8 lines
60 B
PHP

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