Upgrade (CLI): Update for PHP 8.1
This commit is contained in:
parent
4bac37850a
commit
c3018b6ae2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue