Skip to content

Commit

Permalink
Apply fixes from StyleCI (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-casiraghi committed Feb 4, 2020
1 parent 1028906 commit fbf2022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ContactFormController.php
Expand Up @@ -47,7 +47,7 @@ public function contactFormSend(Request $request)
if ($validator->fails()) {
return back()->withErrors($validator)->withInput();
}*/

$rules = [
'name' => 'required',
'email' => 'required',
Expand Down

0 comments on commit fbf2022

Please sign in to comment.