remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:14:58 -03:00
parent 45ae9af7d0
commit 051f2278de
1 changed files with 0 additions and 6 deletions

View File

@ -26,10 +26,7 @@
/** /**
* call_recordings class * call_recordings class
*
* @method null download
*/ */
if (!class_exists('call_recordings')) {
class call_recordings { class call_recordings {
/** /**
@ -525,6 +522,3 @@ if (!class_exists('call_recordings')) {
} }
} //class } //class
}
?>