$incident_date is now handled by the command handler

This commit is contained in:
James Brooks
2015-09-26 14:42:42 +01:00
parent 3ca1ae5d70
commit 08e9705088
6 changed files with 53 additions and 34 deletions
@@ -71,6 +71,13 @@ class UpdateIncidentCommand
*/
public $notify;
/**
* The date that the incident occurred on.
*
* @var string
*/
public $incident_date;
/**
* The validation rules.
*
@@ -97,7 +104,7 @@ class UpdateIncidentCommand
* @param int $component_id
* @param int $component_status
* @param bool $notify
* @param string|null $incidentDate
* @param string|null $incident_date
*
* @return void
*/