Files
LaLiga-BackEnd/vendor/doctrine/orm/src/Mapping/Annotation.php
T
2024-05-18 02:28:01 +02:00

11 lines
147 B
PHP

<?php
declare(strict_types=1);
namespace Doctrine\ORM\Mapping;
/** @deprecated Use {@see MappingAttribute} instead. */
interface Annotation
{
}