remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:14:42 -03:00
parent 2ac213acec
commit 22850ae94e
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the dialplan class
if (!class_exists('dialplan')) {
class dialplan {
//variables
@ -1580,6 +1579,3 @@
} //class
}
?>