remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:17 -03:00
parent c2ffba48e8
commit 63e844111a
1 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
<?php
if (!class_exists('xml')) {
class xml {
/**
@ -12,6 +11,3 @@ if (!class_exists('xml')) {
}
}
}
?>