/** * Determine if a route is set for the current request * * @return boolean */ public function hasRoute() { return $this->routeMatch->hasRoute(); }