hasOne('region', 'id', 'region_id'); } public function freightConfig() { return $this->hasOne('FreightConfig', 'config_id', 'config_id'); } }