改名
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
namespace Annotation\Model;
|
||||||
|
|
||||||
|
|
||||||
|
use Attribute;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class Get
|
||||||
|
* @package Annotation\Model
|
||||||
|
*/
|
||||||
|
#[Attribute(Attribute::TARGET_METHOD)] class Get
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
public function __construct()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user