From aaad5cc794bc140bc7d882c24707f7e7322cbe19 Mon Sep 17 00:00:00 2001 From: Tim Fry Date: Wed, 12 Mar 2025 11:12:16 -0300 Subject: [PATCH] remove class_exists wrapper for class definitions --- app/time_conditions/resources/classes/time_conditions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/time_conditions/resources/classes/time_conditions.php b/app/time_conditions/resources/classes/time_conditions.php index 98a5e757df..c4be826b78 100644 --- a/app/time_conditions/resources/classes/time_conditions.php +++ b/app/time_conditions/resources/classes/time_conditions.php @@ -25,7 +25,6 @@ */ //define the time conditions class - if (!class_exists('time_conditions')) { class time_conditions { /** @@ -346,6 +345,3 @@ } //class - } - -?>