diff --git a/bootstrap/helpers/shared.php b/bootstrap/helpers/shared.php index f10ab6638..d40c707e4 100644 --- a/bootstrap/helpers/shared.php +++ b/bootstrap/helpers/shared.php @@ -443,7 +443,7 @@ function sslip(Server $server) function getServiceTemplates() { - if (!isDev()) { + if (isDev()) { $services = File::get(base_path('templates/service-templates.json')); $services = collect(json_decode($services))->sortKeys(); } else {