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
+1 -1
View File
@@ -185,7 +185,7 @@
if (isset($argv[2]) && $argv[2] == 'data_types') { if (isset($argv[2]) && $argv[2] == 'data_types') {
$obj->data_types = true; $obj->data_types = true;
} }
echo $obj->schema($format); echo $obj->schema($format ?? '');
} }
//restore the default menu //restore the default menu