Upgrade (CLI): Update for PHP 8.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user