Skip to content

Commit f22018e

Browse files
committed
Fix Content Type
1 parent b04e5bc commit f22018e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Actions/Action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct(
6666
int $progress,
6767
string $started,
6868
string $finished,
69-
array $resources = null,
69+
$resources = null,
7070
$error = null,
7171
string $root_password = null
7272
) {

0 commit comments

Comments
 (0)