remove class_exists wrapper for class definitions
This commit is contained in:
parent
b115dbce1b
commit
bffa3b5087
|
|
@ -28,11 +28,7 @@
|
|||
/**
|
||||
* domains class
|
||||
*
|
||||
* @method null delete
|
||||
* @method null toggle
|
||||
* @method null copy
|
||||
*/
|
||||
if (!class_exists('domains')) {
|
||||
class domains {
|
||||
|
||||
/**
|
||||
|
|
@ -786,6 +782,3 @@ if (!class_exists('domains')) {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue