symfony-playground/src/Entity/OttInterface.php

8 lines
57 B
PHP
Raw Normal View History

2022-05-25 07:54:28 +00:00
<?php
namespace App\Entity;
interface OttInterface
{
}