This commit is contained in:
2023-04-16 02:01:26 +08:00
parent efd8ad2f71
commit ca7ec312b9
-13
View File
@@ -1,13 +0,0 @@
<?php
declare(strict_types=1);
namespace Kiri\Di;
/**
* @mixin Container
*/
interface ContainerInterface extends \Psr\Container\ContainerInterface
{
}