From 71edbd5b28c3c93b25f5d3f53a143aa44bdab1b1 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 13 Nov 2025 23:44:02 -0700 Subject: [PATCH] Minor update for code alignment --- app/destinations/resources/classes/destinations.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/destinations/resources/classes/destinations.php b/app/destinations/resources/classes/destinations.php index a285915a05..34394a098c 100644 --- a/app/destinations/resources/classes/destinations.php +++ b/app/destinations/resources/classes/destinations.php @@ -199,7 +199,8 @@ } /** * Build the destinations array - */ public function get_destinations() { + */ + public function get_destinations() { //set the global variables global $db_type;