Skip to content

Commit

Permalink
style: remove duplicate array value
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jun 27, 2023
1 parent 17118ff commit 1d82b14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Requests/UpdateEngagementRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
];
}
}

0 comments on commit 1d82b14

Please sign in to comment.