tinternet.net/src/Entity/Entity.php

8 lines
51 B
PHP
Raw Normal View History

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