255], [['slug'], 'unique'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'title' => 'Title', 'text' => 'Text', 'slug' => 'Slug', ]; } }