Skip to content

Commit

Permalink
update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Sep 6, 2022
1 parent 77e4390 commit d50b0e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
use Bavix\Wallet\Internal\Service\JsonService;
use Bavix\Wallet\Internal\Service\LockService;
use Bavix\Wallet\Internal\Service\MathService;
use Bavix\Wallet\Internal\Service\StateService;
use Bavix\Wallet\Internal\Service\StorageService;
use Bavix\Wallet\Internal\Service\TranslatorService;
use Bavix\Wallet\Internal\Service\UuidFactoryService;
Expand Down Expand Up @@ -85,6 +86,7 @@
'json' => JsonService::class,
'lock' => LockService::class,
'math' => MathService::class,
'state' => StateService::class,
'storage' => StorageService::class,
'translator' => TranslatorService::class,
'uuid' => UuidFactoryService::class,
Expand Down

0 comments on commit d50b0e5

Please sign in to comment.