modify plugin name

This commit is contained in:
2022-06-16 17:38:22 +08:00
parent b9b1936611
commit c975458a17
3 changed files with 30 additions and 37 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace Kiri\Di;
/**
* @mixin Container
*/
interface ContainerInterface extends \Psr\Container\ContainerInterface
{
}