Commit f52fbfd5c2a0189595fbcb87f992cc60bde237cb

Authored by alex
1 parent 3592ff38

Get block to center

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
common/models/Feedback.php
... ... @@ -33,6 +33,10 @@ class Feedback extends CoreFeedback
33 33  
34 34 ],
35 35 [
  36 + ['reCaptcha'],
  37 + 'required'
  38 + ],
  39 + [
36 40 [
37 41 'name',
38 42 'email',
... ...