remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:37 -03:00
parent f493427c22
commit de00d2b685
1 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
*
* @method settings will add missing switch directories to default settings
*/
if (!class_exists('switch_settings')) {
class switch_settings {
public $event_socket_ip_address;
@ -276,6 +275,3 @@ if (!class_exists('switch_settings')) {
unset($array);
}
}
}
?>