This commit is contained in:
2021-08-17 16:23:49 +08:00
parent 1a89c6c8be
commit 7cbf6e3bdf
12 changed files with 631 additions and 598 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace Kiri\Di;
/**
*
*/
interface ContainerInterface
{
}