remove include statement of class file

This commit is contained in:
Tim Fry 2025-03-12 13:08:02 -03:00
parent 57fe0bf80b
commit 74bc190450
1 changed files with 0 additions and 6 deletions

View File

@ -27,10 +27,7 @@
/**
* call broadcast class
*
* @method null download
*/
if (!class_exists('call_broadcast')) {
class call_broadcast {
/**
@ -177,6 +174,3 @@ if (!class_exists('call_broadcast')) {
}
}
}
?>