belongsTo(StationType::class,'station_type_id'); } public function parent(){ return $this->belongsTo(Station::class,'parent_id','id'); } }