Upgrade (CLI): Update for PHP 8.1

This commit is contained in:
fusionate 2023-05-17 20:43:17 +00:00
parent 4bac37850a
commit c3018b6ae2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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