'array']; public function route() { return $this->belongsTo(Route::class); } public function vehicle() { return $this->belongsTo(Vehicle::class); } }