Skip to content

Commit

Permalink
Fix Content Type
Browse files Browse the repository at this point in the history
  • Loading branch information
LKaemmerling committed Jan 29, 2018
1 parent b04e5bc commit f22018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Actions/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function __construct(
int $progress,
string $started,
string $finished,
array $resources = null,
$resources = null,
$error = null,
string $root_password = null
) {
Expand Down

0 comments on commit f22018e

Please sign in to comment.