Files
kiri-core/system/Console/ICommand.php
T

13 lines
91 B
PHP
Raw Normal View History

2020-08-31 01:27:08 +08:00
<?php
namespace BeReborn\Console;
interface ICommand
{
public function handler();
}