remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:16:50 -03:00
parent b115dbce1b
commit bffa3b5087
1 changed files with 0 additions and 7 deletions

View File

@ -28,11 +28,7 @@
/**
* domains class
*
* @method null delete
* @method null toggle
* @method null copy
*/
if (!class_exists('domains')) {
class domains {
/**
@ -786,6 +782,3 @@ if (!class_exists('domains')) {
}
}
}
?>