You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
234 B
16 lines
234 B
1 year ago
|
<?php
|
||
|
|
||
1 year ago
|
namespace Plugins\ApiDoc\Admin\Attributes;
|
||
1 year ago
|
|
||
|
/**
|
||
|
* Class Params
|
||
|
*
|
||
|
* @author chenlong<vip_chenlong@163.com>
|
||
|
* @date 2022/5/17 11:46
|
||
|
*/
|
||
|
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
|
||
|
class Params
|
||
|
{
|
||
|
|
||
|
}
|