Skip to content

Commit

Permalink
Fix incorrect method in web configuration (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Sep 18, 2021
1 parent 30de53f commit f60d6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Yii View Change Log


## 3.0.1 under development

- no changes in this release.
- Bug: Fix incorrect method in `web` configuration (vjik)

## 3.0.0 September 18, 2021

Expand Down
2 changes: 1 addition & 1 deletion config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
static fn (Aliases $aliases) => $aliases->get($params['yiisoft/view']['basePath'])
),
],
'parameters()' => [
'setParameters()' => [
$params['yiisoft/view']['parameters'],
],
'reset' => function () {
Expand Down

0 comments on commit f60d6f8

Please sign in to comment.