remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:14:13 -03:00
parent 9bb13f2674
commit 79ee88ec68
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the gateways class
if (!class_exists('gateways')) {
class gateways {
/**
@ -583,6 +582,3 @@ if (!class_exists('gateways')) {
}
}
}
?>