tinternet.net/core/Entity/EntityInterface.php

8 lines
65 B
PHP
Raw Normal View History

2021-03-20 13:40:38 +01:00
<?php
namespace App\Core\Entity;
interface EntityInterface
{
}