Skip to content

Commit a02c3ef

Browse files
committed
fix md
1 parent fb69e12 commit a02c3ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/exchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We will take the data from the array, and not from the database.
2626

2727
```php
2828
use Bavix\Wallet\Interfaces\Wallet;
29-
use Bavix\Wallet\Simple\WalletService;
29+
use Bavix\Wallet\Services\WalletService;
3030
use Illuminate\Support\Arr;
3131

3232
class MyRateService extends \Bavix\Wallet\Simple\Rate

docs/ru/exchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
```php
2727
use Bavix\Wallet\Interfaces\Wallet;
28-
use Bavix\Wallet\Simple\WalletService;
28+
use Bavix\Wallet\Services\WalletService;
2929
use Illuminate\Support\Arr;
3030

3131
class MyRateService extends \Bavix\Wallet\Simple\Rate

0 commit comments

Comments
 (0)