remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:12:22 -03:00
parent 823b9abba0
commit 4d65655cf7
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
Matthew Vale <github@mafoo.org> Matthew Vale <github@mafoo.org>
*/ */
if (!class_exists('ringbacks')) {
class ringbacks { class ringbacks {
//define variables //define variables
@ -232,6 +231,3 @@ if (!class_exists('ringbacks')) {
return $select; return $select;
} }
} }
}
?>