remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:11:41 -03:00
parent 909485eca3
commit 46c76a6b83
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,7 @@
/**
* xml_cdr class provides methods for adding cdr records to the database
*
* @method boolean add
*/
if (!class_exists('xml_cdr')) {
class xml_cdr {
/**
@ -2370,4 +2367,3 @@ if (!class_exists('xml_cdr')) {
}
} //class
}