remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:12:18 -03:00
parent aaad5cc794
commit 823b9abba0
1 changed files with 0 additions and 8 deletions

View File

@ -26,12 +26,7 @@
/**
* switch class provides methods for copying switch_files
*
* @method string correct_path
* @method string copy_scripts
* @method string copy_languages
*/
if (!class_exists('switch_files')) {
class switch_files {
/**
@ -158,7 +153,6 @@ if (!class_exists('switch_files')) {
}
}
}
/*
//example use
@ -168,5 +162,3 @@ if (!class_exists('switch_files')) {
$obj->copy_scripts();
$obj->copy_languages();
*/
?>