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
851006da43d8887121a3b35aa26590f3ce3bb8ba
Authored by
alex
2018-08-22 14:51:11 +0300
1 parent
e19720f0
test3
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 @
851006d
...
...
@@ -19,7 +19,7 @@ class Feedback extends CoreFeedback
19
19
'name',
20
20
'email',
21
21
'phone',
22
-
'reCaptcha'
22
+
23
23
],
24
24
'required',
25
25
'on' => self::SCENARIO_DEFAULT,
...
...