Yarik
/
artbox-ecommerce
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
74463ccf9a9c975c42a176ccf5491a7b660c128e
Authored by
Yarik
2016-12-02 13:27:25 +0200
1 parent
ed71c5a6
Order form fix
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
models/ProductVideo.php
Inline
Side-by-side
models/ProductVideo.php
Wrap text
Show/Hide comments
View file @
74463cc
...
...
@@ -42,7 +42,10 @@
42
42
'max' => 255,
43
43
],
44
44
[
45
- ['url'],
45
+ [
46
+ 'url',
47
+ 'title',
48
+ ],
46
49
'required',
47
50
],
48
51
[
...
...