Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-06 19:05:15 +08:00
parent 45319c3733
commit f867f4be9e
4 changed files with 131 additions and 31 deletions
+1 -3
View File
@@ -9,7 +9,6 @@ declare(strict_types=1);
namespace Kiri\Di;
use Kiri\Abstracts\Component;
use Note\Inject;
use Closure;
use Exception;
@@ -79,8 +78,7 @@ class Container implements ContainerInterface
* @param array $constrict
* @param array $config
* @return mixed
* @throws ReflectionException
* @throws Exception
* @throws
*/
public function make($class, array $constrict = [], array $config = []): mixed
{