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
@@ -4,9 +4,11 @@
namespace Console;
use Snowflake\Abstracts\Input;
interface ICommand
{
public function handler();
public function onHandler(Input $dtl);
}