3108 - Важно - удаление лишних разделов из sitemao.xml

parent 90367dff
......@@ -76,6 +76,7 @@ class DocContent extends \yii\db\ActiveRecord
return [
[['list_id', 'priority', 'url'], 'required'],
[['list_id', 'created_at', 'updated_at'], 'integer'],
[['url'], 'string', 'max' => 255],
[['priority'], 'number'],
[['list_id'], 'exist', 'skipOnError' => true, 'targetClass' => DocList::className(), 'targetAttribute' => ['list_id' => 'id']],
];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment