Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adopt configs to new factory syntax (#39)
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
  • Loading branch information
vjik and samdark committed Apr 13, 2021
1 parent 6645856 commit c1e05d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/common.php
Expand Up @@ -2,13 +2,13 @@

declare(strict_types=1);

/* @var array $params */

use Yiisoft\Aliases\Aliases;

/* @var array $params */

return [
Aliases::class => [
'__class' => Aliases::class,
'class' => Aliases::class,
'__construct()' => [$params['yiisoft/aliases']['aliases']],
],
];

0 comments on commit c1e05d3

Please sign in to comment.