diff --git a/app/Commands/Incident/ReportIncidentCommand.php b/app/Commands/Incident/ReportIncidentCommand.php index 2d6dde33..2a98dcb8 100644 --- a/app/Commands/Incident/ReportIncidentCommand.php +++ b/app/Commands/Incident/ReportIncidentCommand.php @@ -93,7 +93,7 @@ final class ReportIncidentCommand 'status' => 'required|int|min:0|max:4', 'message' => 'string', 'visible' => 'bool', - 'component_id' => 'int|exists:components|required_with:component_status', + 'component_id' => 'int|required_with:component_status', 'component_status' => 'int|min:1|max:4|required_with:component_id', 'notify' => 'bool', 'incident_date' => 'string',