/**
  * @return \yii\db\ActiveQuery
  */
 public function getPlugin()
 {
     return $this->hasOne(Item::className(), ['id' => 'plugin_id']);
 }