remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:13:37 -03:00
parent 7a9abb6b3f
commit b919ae88fe
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the ring groups class
if (!class_exists('ring_groups')) {
class ring_groups {
/**
@ -512,6 +511,3 @@ if (!class_exists('ring_groups')) {
}
}
}
?>