tinternet.net/src/Entity/EntityInterface.php

8 lines
60 B
PHP
Raw Normal View History

2021-03-16 10:37:12 +01:00
<?php
namespace App\Entity;
2021-03-17 12:44:02 +01:00
interface EntityInterface
2021-03-16 10:37:12 +01:00
{
}