Commit 4e9a257c3702bb77a8308252ece3c3e5ca0bb2ae

Authored by Administrator
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
... ... @@ -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 [
... ...