11 lines
185 B
PHP
11 lines
185 B
PHP
![]() |
<?php
|
||
|
|
||
|
namespace League\Container;
|
||
|
|
||
|
use Interop\Container\ContainerInterface as InteropContainerInterface;
|
||
|
|
||
|
interface ImmutableContainerInterface extends InteropContainerInterface
|
||
|
{
|
||
|
|
||
|
}
|