This commit is contained in:
2020-09-07 18:11:36 +08:00
parent c5c716f6e5
commit 03ab3bb92f
10 changed files with 68 additions and 171 deletions
+3 -1
View File
@@ -3,6 +3,8 @@
namespace Console;
use Snowflake\Abstracts\Input;
/**
* Interface CommandInterface
* @package Console
@@ -10,6 +12,6 @@ namespace Console;
interface CommandInterface
{
public function handler(Dtl $dtl);
public function onHandler(Input $dtl);
}