13 lines
211 B
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
|
|
{
|
|
//
|
|
}
|