Files
icehrm/lib/composer/vendor/league/container/src/ImmutableContainerInterface.php
2017-09-03 20:39:22 +02:00

11 lines
185 B
PHP

<?php
namespace League\Container;
use Interop\Container\ContainerInterface as InteropContainerInterface;
interface ImmutableContainerInterface extends InteropContainerInterface
{
}