11 lines
91 B
PHP
11 lines
91 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Kiri\Di\Inject;
|
||
|
|
|
||
|
|
|
||
|
|
#[\Attribute(\Attribute::TARGET_CLASS)]
|
||
|
|
class Skip
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|