Refactoring
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace League\Container;
|
||||
|
||||
use Interop\Container\ContainerInterface as InteropContainerInterface;
|
||||
|
||||
interface ImmutableContainerInterface extends InteropContainerInterface
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user