Skip to content

Commit

Permalink
Fixed incident update (cachethq#2151)
Browse files Browse the repository at this point in the history
… and now tests are green :)
  • Loading branch information
billmn authored and pgrabowski-wikia committed Oct 10, 2016
1 parent 1acd568 commit 8cf2bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle(ReportIncidentUpdateCommand $command)

// Update the original incident with the new status.
dispatch(new UpdateIncidentCommand(
$incident,
$command->incident,
null,
$command->status,
null,
Expand Down

0 comments on commit 8cf2bc3

Please sign in to comment.