mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-21 21:52:53 +00:00
ConfigurationManager: remove unused isx64Platform method (#8399)
This commit is contained in:
@@ -538,14 +538,6 @@ class ConfigurationManager
|
||||
return $this->isCollaboraEnabled || $this->isOnlyofficeEnabled;
|
||||
}
|
||||
|
||||
private function isx64Platform() : bool {
|
||||
if (php_uname('m') === 'x86_64') {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws InvalidSettingConfigurationException
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user