Commit e19720f046b280a422988d8a20f2ff9b2d4e7117

Authored by alex
1 parent f52fbfd5

test2

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