remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:14:50 -03:00
parent b05b4e1817
commit f8fa0c61d7
1 changed files with 0 additions and 8 deletions

View File

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