This commit is contained in:
2023-04-24 22:31:08 +08:00
parent 5e474fd9f4
commit 7b5b21b305
2 changed files with 17 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Kiri\Di\Inject;
#[\Attribute(\Attribute::TARGET_CLASS)]
class Skip
{
}