This commit is contained in:
2021-01-19 17:45:33 +08:00
parent 45ad33d6c1
commit f29d96ffc0
+24
View File
@@ -0,0 +1,24 @@
<?php
namespace Annotation\Model;
use Attribute;
/**
* Class Get
* @package Annotation\Model
*/
#[Attribute(Attribute::TARGET_METHOD)] class Get
{
public function __construct()
{
}
}