Fixed commands

This commit is contained in:
Graham Campbell
2015-12-06 11:32:30 +00:00
parent f3d2b5ba9c
commit 5fd3abcbd0
7 changed files with 14 additions and 10 deletions
@@ -125,7 +125,7 @@ final class UpdateIncidentCommand
*
* @return void
*/
public function __construct(Incident $incident, $name, $status, $message, $visible, $component_id, $component_status, $notify, $incident_date, $template, $template_vars)
public function __construct(Incident $incident, $name, $status, $message, $visible, $component_id, $component_status, $notify, $incident_date, $template, array $template_vars = null)
{
$this->incident = $incident;
$this->name = $name;