Files
kiri-container/ContainerInterface.php
T

13 lines
132 B
PHP
Raw Normal View History

2022-06-16 17:38:22 +08:00
<?php
namespace Kiri\Di;
/**
* @mixin Container
*/
interface ContainerInterface extends \Psr\Container\ContainerInterface
{
}