remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:13:25 -03:00
parent d664ca4486
commit c2e017c62f
1 changed files with 0 additions and 8 deletions

View File

@ -26,12 +26,7 @@
/**
* sofia_global_settings class
*
* @method null delete
* @method null toggle
* @method null copy
*/
if (!class_exists('sofia_global_settings')) {
class sofia_global_settings {
/**
@ -247,6 +242,3 @@ if (!class_exists('sofia_global_settings')) {
}
}
}
?>