Skip to content

Commit

Permalink
Fix error typo config. (#4)
Browse files Browse the repository at this point in the history
Fix error typo config. (#4)
  • Loading branch information
terabytesoftw committed Oct 11, 2021
1 parent 09f0922 commit 24dbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/params.php
Expand Up @@ -4,6 +4,6 @@

return [
'yiisoft/yii-db-migration' => [
'updateNamespace' => ['Yiisoft\Cache\Db\Migration'],
'updateNamespaces' => ['Yiisoft\Cache\Db\Migration'],
],
];

0 comments on commit 24dbcca

Please sign in to comment.