Example #1
0
 /**
  * Get registry.
  *
  * @return \yii\db\ActiveRelation
  */
 public function getRegistry()
 {
     return $this->hasOne(Registry::className(), ['id' => 'id']);
 }