Commit ba0b6a46618f2e1968463756ed99bf155b16c056

Authored by alex
1 parent 851006da

Get block to center

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/Feedback.php
... ... @@ -19,7 +19,7 @@ class Feedback extends CoreFeedback
19 19 'name',
20 20 'email',
21 21 'phone',
22   -
  22 + 'reCaptcha'
23 23 ],
24 24 'required',
25 25 'on' => self::SCENARIO_DEFAULT,
... ...