From 052709d27d63da29d486e99fd28b5bad46cafc4c Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 18 Dec 2023 22:23:43 +0800 Subject: [PATCH] eee --- Container.php | 1 - Interface/InjectProxyInterface.php | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 Interface/InjectProxyInterface.php diff --git a/Container.php b/Container.php index 0cb0e65..86909b9 100644 --- a/Container.php +++ b/Container.php @@ -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; diff --git a/Interface/InjectProxyInterface.php b/Interface/InjectProxyInterface.php deleted file mode 100644 index c2cbc0a..0000000 --- a/Interface/InjectProxyInterface.php +++ /dev/null @@ -1,17 +0,0 @@ -