Yarik
/
artbox-order
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
53d3bf74e33a61cbe3b50ad46a056257e696fa48
Authored by
Yarik
2017-06-08 17:00:31 +0300
1 parent
f40d11e3
Customer email bug fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/Customer.php
Inline
Side-by-side
models/Customer.php
Wrap text
Show/Hide comments
View file @
53d3bf7
...
...
@@ -164,7 +164,7 @@
164
164
],
165
165
],
166
166
[
167
- [ 'email
,'
],
167
+ [ 'email
',
],
168
168
'required',
169
169
'except' => [
170
170
self::SCENARIO_SOCIAL,
...
...