变更
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Di\Interface;
|
||||
|
||||
interface InjectPropertyInterface
|
||||
{
|
||||
|
||||
|
||||
public function dispatch(object $class, string $property): void;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user