mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Upgrade (CLI): Update for PHP 8.1
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
if (isset($argv[2]) && $argv[2] == 'data_types') {
|
||||
$obj->data_types = true;
|
||||
}
|
||||
echo $obj->schema($format);
|
||||
echo $obj->schema($format ?? '');
|
||||
}
|
||||
|
||||
//restore the default menu
|
||||
|
||||
Reference in New Issue
Block a user