From d0e97fd1993326464f6fc3a679ede674ec13bf0f Mon Sep 17 00:00:00 2001 From: Anthony F McInerney Date: Mon, 19 Oct 2020 19:12:22 +0100 Subject: [PATCH] service templates - merge fix --- includes/html/api_functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/html/api_functions.inc.php b/includes/html/api_functions.inc.php index 624237f209..29ba1f7167 100644 --- a/includes/html/api_functions.inc.php +++ b/includes/html/api_functions.inc.php @@ -2390,7 +2390,6 @@ function discover_service_templates(Illuminate\Http\Request $request) } function add_service_for_host(Illuminate\Http\Request $request) - { $hostname = $request->route('hostname'); $device_id = ctype_digit($hostname) ? $hostname : getidbyname($hostname);