From d39469d9e1c40119aa2cd2c1a02275df23d7b6c8 Mon Sep 17 00:00:00 2001 From: Tim Fry Date: Wed, 12 Mar 2025 11:14:52 -0300 Subject: [PATCH] remove class_exists wrapper for class definitions --- .../resources/classes/conference_controls.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/conference_controls/resources/classes/conference_controls.php b/app/conference_controls/resources/classes/conference_controls.php index 13120b560a..bf3e9bbf8f 100644 --- a/app/conference_controls/resources/classes/conference_controls.php +++ b/app/conference_controls/resources/classes/conference_controls.php @@ -26,12 +26,7 @@ /** * conference_controls class - * - * @method null delete - * @method null toggle - * @method null copy */ -if (!class_exists('conference_controls')) { class conference_controls { /** @@ -426,6 +421,3 @@ if (!class_exists('conference_controls')) { } } -} - -?> \ No newline at end of file