Files
zhamao-framework/src/ZM/Context/ContextInterface.php
2022-12-20 23:19:55 +08:00

10 lines
87 B
PHP

<?php
declare(strict_types=1);
namespace ZM\Context;
interface ContextInterface
{
}