Skip to content

Commit

Permalink
Merge 55ea2db into 86a71dd
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdostal committed Nov 27, 2023
2 parents 86a71dd + 55ea2db commit d38bdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dibi/Bridges/Nette/DibiExtension3.php
Expand Up @@ -44,7 +44,7 @@ public function getConfigSchema(): Nette\Schema\Schema
'lazy' => Expect::bool(false)->dynamic(),
'onConnect' => Expect::array()->dynamic(),
'substitutes' => Expect::arrayOf('string')->dynamic(),
'result' => Expect::structure([
'result' => Expect::array([
'normalize' => Expect::bool(true),
'formatDateTime' => Expect::string(),
'formatTimeInterval' => Expect::string(),
Expand Down

0 comments on commit d38bdfc

Please sign in to comment.