remove class_exists wrapper for class definitions

This commit is contained in:
Tim Fry 2025-03-12 11:15:08 -03:00
parent bfc59b2152
commit c2ffba48e8
1 changed files with 0 additions and 7 deletions

View File

@ -2,11 +2,7 @@
/**
* access controls class
*
* @method null download
*/
if (!class_exists('access_controls')) {
class access_controls {
/**
@ -264,6 +260,3 @@ if (!class_exists('access_controls')) {
}
}
}
}
?>