This commit is contained in:
Cihan Şentürk 2023-01-03 10:48:58 +03:00 committed by GitHub
parent dc0752d0a8
commit df03725ab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,11 +550,6 @@ abstract class Template extends Component
return $showContactRoute;
}
if (! empty($showRoute)) {
return $showRoute;
}
$route = $this->getRouteFromConfig($type, 'contact.show', 1);
if (!empty($route)) {