Configuration refactoring with schema support.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@ -38,7 +38,7 @@ class CommandShow extends Command
|
||||
|
||||
$sio->table(
|
||||
['Description', 'Source', 'Destination'],
|
||||
$app->getConfig()['backup']
|
||||
$app->getConfig('backup')
|
||||
);
|
||||
|
||||
$sio->success("Done");
|
||||
|
Reference in New Issue
Block a user