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
ba0b6a46618f2e1968463756ed99bf155b16c056
Authored by
alex
2018-08-22 14:53:05 +0300
1 parent
851006da
Get block to center
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/Feedback.php
Inline
Side-by-side
common/models/Feedback.php
Wrap text
Show/Hide comments
View file @
ba0b6a4
...
...
@@ -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,
...
...