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