Skip to content

Commit

Permalink
Fix method call case
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed May 8, 2021
1 parent 1179f94 commit 0f40e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/web/field.php
Expand Up @@ -6,6 +6,6 @@

if ($params['yiisoft/form']['bootstrap5']['enabled'] === true) {
return [
Field::class => fn () => Field::Widget($params['yiisoft/form']['bootstrap5']['fieldConfig']),
Field::class => fn () => Field::widget($params['yiisoft/form']['bootstrap5']['fieldConfig']),
];
}

0 comments on commit 0f40e8e

Please sign in to comment.