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