diff --git a/app/Http/Requests/UpdateEngagementRequest.php b/app/Http/Requests/UpdateEngagementRequest.php index 6e1ec818c..1cd5eb067 100644 --- a/app/Http/Requests/UpdateEngagementRequest.php +++ b/app/Http/Requests/UpdateEngagementRequest.php @@ -335,7 +335,6 @@ public function messages(): array 'signup_by_date' => __('You must enter a :attribute.'), 'signup_by_date.date' => __('Please enter a valid date for the :attribute.'), 'signup_by_date.before' => __('The :attribute must be before the :date.'), - 'signup_by_date.before' => __('The :attribute must be before the :date.'), ]; } }