remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:13:54 -03:00
parent 3a3b3d006d
commit b270a27299
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
*/
//define the pin numbers class
if (!class_exists('pin_numbers')) {
class pin_numbers {
/**
@ -245,6 +244,3 @@ if (!class_exists('pin_numbers')) {
}
}
}
?>