belongsTo(StationType::class); } public function owner() :BelongsTo { return $this->belongsTo(Owner::class); } }