eee
This commit is contained in:
@@ -12,7 +12,6 @@ namespace Kiri\Di;
|
||||
|
||||
use Closure;
|
||||
use Exception;
|
||||
use Kiri\Di\Interface\InjectProxyInterface;
|
||||
use Kiri\Di\Interface\InjectTargetInterface;
|
||||
use Kiri\Router\Interface\ValidatorInterface;
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
@@ -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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user