We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e4390 commit d50b0e5Copy full SHA for d50b0e5
config/config.php
@@ -24,6 +24,7 @@
24
use Bavix\Wallet\Internal\Service\JsonService;
25
use Bavix\Wallet\Internal\Service\LockService;
26
use Bavix\Wallet\Internal\Service\MathService;
27
+use Bavix\Wallet\Internal\Service\StateService;
28
use Bavix\Wallet\Internal\Service\StorageService;
29
use Bavix\Wallet\Internal\Service\TranslatorService;
30
use Bavix\Wallet\Internal\Service\UuidFactoryService;
@@ -85,6 +86,7 @@
85
86
'json' => JsonService::class,
87
'lock' => LockService::class,
88
'math' => MathService::class,
89
+ 'state' => StateService::class,
90
'storage' => StorageService::class,
91
'translator' => TranslatorService::class,
92
'uuid' => UuidFactoryService::class,
0 commit comments