改名
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Console;
|
||||
|
||||
use Kiri\Abstracts\Input;
|
||||
|
||||
/**
|
||||
* Interface CommandInterface
|
||||
* @package Console
|
||||
*/
|
||||
interface CommandInterface
|
||||
{
|
||||
|
||||
public function onHandler(Input $dtl);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user