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