Skip to content

Commit d50b0e5

Browse files
committed
update config.php
1 parent 77e4390 commit d50b0e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
use Bavix\Wallet\Internal\Service\JsonService;
2525
use Bavix\Wallet\Internal\Service\LockService;
2626
use Bavix\Wallet\Internal\Service\MathService;
27+
use Bavix\Wallet\Internal\Service\StateService;
2728
use Bavix\Wallet\Internal\Service\StorageService;
2829
use Bavix\Wallet\Internal\Service\TranslatorService;
2930
use Bavix\Wallet\Internal\Service\UuidFactoryService;
@@ -85,6 +86,7 @@
8586
'json' => JsonService::class,
8687
'lock' => LockService::class,
8788
'math' => MathService::class,
89+
'state' => StateService::class,
8890
'storage' => StorageService::class,
8991
'translator' => TranslatorService::class,
9092
'uuid' => UuidFactoryService::class,

0 commit comments

Comments
 (0)