Skip to content

Commit 6b50525

Browse files
committed
update config
1 parent 637e645 commit 6b50525

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
@@ -10,6 +10,7 @@
1010
use Bavix\Wallet\Internal\Assembler\TransferLazyDtoAssembler;
1111
use Bavix\Wallet\Internal\Assembler\TransferQueryAssembler;
1212
use Bavix\Wallet\Internal\Events\BalanceUpdatedEvent;
13+
use Bavix\Wallet\Internal\Events\WalletCreatedEvent;
1314
use Bavix\Wallet\Internal\Repository\TransactionRepository;
1415
use Bavix\Wallet\Internal\Repository\TransferRepository;
1516
use Bavix\Wallet\Internal\Repository\WalletRepository;
@@ -133,6 +134,7 @@
133134
*/
134135
'events' => [
135136
'balance_updated' => BalanceUpdatedEvent::class,
137+
'wallet_created' => WalletCreatedEvent::class,
136138
],
137139

138140
/**

0 commit comments

Comments
 (0)