Files
eCert-MBIP/vendor/laravel/mcp/src/Server/Annotations/Annotation.php

13 lines
211 B
PHP

<?php
declare(strict_types=1);
namespace Laravel\Mcp\Server\Annotations;
use Laravel\Mcp\Server\Contracts\Annotation as AnnotationContract;
abstract class Annotation implements AnnotationContract
{
//
}