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;
/**
* Class DefaultCommand
* @package Console
@@ -13,7 +15,7 @@ class DefaultCommand extends Command
public $description = 'help';
public function handler(Dtl $dtl)
public function onHandler(Input $dtl)
{
$param = $dtl->get('commandList');