zhamao-framework/src/ZM/Context/ContextInterface.php
crazywhalecc ef1a9646e4 cs-fix
2024-10-02 20:50:52 +08:00

8 lines
86 B
PHP

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