refactor: susun semula struktur folder — Laravel source ke src/
This commit is contained in:
12
vendor/laravel/mcp/src/Server/Annotations/Annotation.php
vendored
Normal file
12
vendor/laravel/mcp/src/Server/Annotations/Annotation.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Laravel\Mcp\Server\Annotations;
|
||||
|
||||
use Laravel\Mcp\Server\Contracts\Annotation as AnnotationContract;
|
||||
|
||||
abstract class Annotation implements AnnotationContract
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user