(string) ($r['role_name'] ?? ''), $roles))); } public function switchRole(string $role): string { return $this->dashboardService->bestDashboardRouteFor([$role]); } }