diff --git a/models/ProductVideo.php b/models/ProductVideo.php index 6ad086e..1edade0 100755 --- a/models/ProductVideo.php +++ b/models/ProductVideo.php @@ -42,7 +42,10 @@ 'max' => 255, ], [ - ['url'], + [ + 'url', + 'title', + ], 'required', ], [ -- libgit2 0.21.4