From 051f2278de8c0297b1f30ef364f7061c4a2bd9da Mon Sep 17 00:00:00 2001 From: Tim Fry Date: Wed, 12 Mar 2025 11:14:58 -0300 Subject: [PATCH] remove class_exists wrapper for class definitions --- app/call_recordings/resources/classes/call_recordings.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/call_recordings/resources/classes/call_recordings.php b/app/call_recordings/resources/classes/call_recordings.php index 614a51c577..84cc2751e9 100644 --- a/app/call_recordings/resources/classes/call_recordings.php +++ b/app/call_recordings/resources/classes/call_recordings.php @@ -26,10 +26,7 @@ /** * call_recordings class - * - * @method null download */ -if (!class_exists('call_recordings')) { class call_recordings { /** @@ -525,6 +522,3 @@ if (!class_exists('call_recordings')) { } } //class -} - -?>