Files
kiri-core/system/Console/ICommand.php
T
2020-08-31 12:38:32 +08:00

13 lines
92 B
PHP

<?php
namespace Snowflake\Console;
interface ICommand
{
public function handler();
}