remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:03 -03:00
parent 0ada581206
commit 1a9e08d3e1
1 changed files with 0 additions and 6 deletions

View File

@ -2,10 +2,7 @@
/**
* call block class
*
* @method null download
*/
if (!class_exists('call_block')) {
class call_block {
/**
@ -459,6 +456,3 @@ if (!class_exists('call_block')) {
} //method
} //class
}
?>