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
-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;
}