mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 23:55:35 +08:00
Add Attribute and property (build 453, release 2.7.3)
This commit is contained in:
@@ -4,6 +4,11 @@ declare(strict_types=1);
|
||||
|
||||
namespace ZM\Http;
|
||||
|
||||
use ZM\Annotation\Http\Middleware;
|
||||
|
||||
/**
|
||||
* @property Middleware $middleware
|
||||
*/
|
||||
interface MiddlewareInterface
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user