welcome back to dyb-tech
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @license Apache 2.0
|
||||
*/
|
||||
|
||||
namespace OpenApi\Attributes;
|
||||
|
||||
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
|
||||
class Get extends \OpenApi\Annotations\Get
|
||||
{
|
||||
use OperationTrait;
|
||||
}
|
||||
Reference in New Issue
Block a user