$incident_date is now handled by the command handler
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user