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
f52fbfd5c2a0189595fbcb87f992cc60bde237cb
Authored by
alex
2018-08-22 14:42:33 +0300
1 parent
3592ff38
Get block to center
Showing
1 changed file
with
4 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 @
f52fbfd
...
...
@@ -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',
...
...