This commit is contained in:
2023-12-18 22:23:43 +08:00
parent ae8ba9ca4e
commit 052709d27d
2 changed files with 0 additions and 18 deletions
-1
View File
@@ -12,7 +12,6 @@ namespace Kiri\Di;
use Closure; use Closure;
use Exception; use Exception;
use Kiri\Di\Interface\InjectProxyInterface;
use Kiri\Di\Interface\InjectTargetInterface; use Kiri\Di\Interface\InjectTargetInterface;
use Kiri\Router\Interface\ValidatorInterface; use Kiri\Router\Interface\ValidatorInterface;
use Psr\Container\ContainerInterface; use Psr\Container\ContainerInterface;
-17
View File
@@ -1,17 +0,0 @@
<?php
namespace Kiri\Di\Interface;
interface InjectProxyInterface
{
/**
* @param string $fileName
* @param string $class
* @param string $method
* @return void
*/
public function dispatch(string $fileName, string $class, string $method): void;
}