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
4e9a257c3702bb77a8308252ece3c3e5ca0bb2ae
Authored by
Administrator
2016-12-02 13:31:51 +0200
2 parents
4fd195f4
74463ccf
Merge remote-tracking branch 'origin/master'
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 @
4e9a257
...
...
@@ -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
[
...
...