Alexey Boroda
/
new-acdc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e19720f046b280a422988d8a20f2ff9b2d4e7117
Authored by
alex
2018-08-22 14:47:28 +0300
1 parent
f52fbfd5
test2
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
common/models/Feedback.php
Inline
Side-by-side
common/models/Feedback.php
Wrap text
Show/Hide comments
View file @
e19720f
...
...
@@ -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,
...
...