add PluginMeta to format plugin meta information

This commit is contained in:
crazywhalecc
2023-01-12 09:45:01 +08:00
parent 8c491e4290
commit 6854304d64
12 changed files with 448 additions and 149 deletions

View File

@@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace ZM\Plugin\Traits;
use ZM\Annotation\Http\Route;
@@ -19,7 +21,6 @@ trait RouteTrait
$this->routes[] = $route;
}
/**
* @internal
*/