remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:10:50 -03:00
parent 21595802bd
commit 09e68bf89b
1 changed files with 0 additions and 6 deletions

View File

@ -2,10 +2,7 @@
/**
* software class
*
* @method string version
*/
if (!class_exists('software')) {
class software {
/**
@ -25,6 +22,3 @@ if (!class_exists('software')) {
}
}
}
?>