Skip to content

Commit

Permalink
Fix namespace issue in ReflectionContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 23, 2023
1 parent 96c02cd commit b9fce93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Container/ReflectionContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Rougin\Slytherin\Container;

use Psr\Container\ContainerInterface;
use Psr\Container\ContainerInterface as PsrContainer;

/**
* Reflection Container
Expand All @@ -12,7 +12,7 @@
* @package Slytherin
* @author Rougin Gutib <rougingutib@gmail.com>
*/
class ReflectionContainer implements ContainerInterface
class ReflectionContainer implements PsrContainer
{
/**
* @var \Psr\Container\ContainerInterface|null
Expand Down

0 comments on commit b9fce93

Please sign in to comment.