userdetails + mybonus compatible with php8

This commit is contained in:
xiaomlove
2021-02-26 14:55:10 +08:00
parent 721f38f4cb
commit 590429b998
3 changed files with 14 additions and 11 deletions

View File

@@ -113,7 +113,7 @@ class Install
public function listRequirementTableRows()
{
$gdInfo = method_exists('gd_info') ? gd_info() : [];
$gdInfo = function_exists('gd_info') ? gd_info() : [];
$tableRows = [
[
'label' => 'PHP version',