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