symfony-playground/src/Entity/OttInterface.php

8 lines
57 B
PHP

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