瀏覽代碼

fix slider

amic 4 月之前
父節點
當前提交
8cab05dcd1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/base/TopSlider.php

+ 1 - 0
models/base/TopSlider.php

@@ -30,6 +30,7 @@ class TopSlider extends \yii\db\ActiveRecord
     public function rules()
     {
         return [
+			[['post_id', 'published_from', 'published_to'], 'required'],
             [['post_id', 'is_active'], 'integer'],
             [['published_from', 'published_to'], 'safe'],
         ];