This commit is contained in:
as2252258@163.com
2021-02-28 17:34:55 +08:00
parent f4d315c84e
commit c96936fb4e
2 changed files with 16 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace Annotation;
/**
* Class Target
* @package Annotation
*/
#[\Attribute(\Attribute::TARGET_CLASS)] class Target
{
}