Skip to content

Commit

Permalink
Update aliases in params files.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 26, 2023
1 parent 8fd16a6 commit 52e8a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/params-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

return [
'console.aliases' => [
'common.aliases' => [
'@yii-user' => '@vendor/yii2-extensions/user',
'@yii-user/migration' => '@yii-user/src/Framework/Migration',
],
Expand Down
2 changes: 1 addition & 1 deletion config/params.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Yii\User\UseCase\Register\RegisterController;

return [
'app.aliases' => [
'common.aliases' => [
'@yii-user' => '@vendor/yii2-extensions/user',
'@yii-user/mailer' => '@yii-user/src/Framework/resource/mailer',
'@yii-user/migration' => '@yii-user/src/Framework/Migration',
Expand Down

0 comments on commit 52e8a13

Please sign in to comment.