mirror of
https://gitee.com/ctexthuang/hyperf_rbac_framework_server_ctexthuang.git
synced 2025-12-25 20:27:49 +08:00
feat : admin user finish
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
namespace App\Annotation;
|
||||
|
||||
use Attribute;
|
||||
use Hyperf\Di\Annotation\AbstractAnnotation;
|
||||
|
||||
#[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)]
|
||||
class ResponseFormat
|
||||
class ResponseFormat extends AbstractAnnotation
|
||||
{
|
||||
/**
|
||||
* @param string $format
|
||||
|
||||
Reference in New Issue
Block a user