fix Too few arguments to function command::__construct()
This commit is contained in:
parent
3f8cbcd1e2
commit
8e52c2128c
|
@ -23,7 +23,7 @@ class command
|
|||
*/
|
||||
public function __construct(
|
||||
public Closure $program,
|
||||
public array $accounts
|
||||
public array $accounts = []
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue