From b9fce931934965d9f4391f1bce42914887f4ee31 Mon Sep 17 00:00:00 2001 From: Rougin Gutib Date: Sun, 24 Dec 2023 00:05:20 +0800 Subject: [PATCH] Fix namespace issue in ReflectionContainer --- src/Container/ReflectionContainer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Container/ReflectionContainer.php b/src/Container/ReflectionContainer.php index 1a62f39..dba9b07 100644 --- a/src/Container/ReflectionContainer.php +++ b/src/Container/ReflectionContainer.php @@ -2,7 +2,7 @@ namespace Rougin\Slytherin\Container; -use Psr\Container\ContainerInterface; +use Psr\Container\ContainerInterface as PsrContainer; /** * Reflection Container @@ -12,7 +12,7 @@ * @package Slytherin * @author Rougin Gutib */ -class ReflectionContainer implements ContainerInterface +class ReflectionContainer implements PsrContainer { /** * @var \Psr\Container\ContainerInterface|null