From e7b09dad5690a051d2cc1baa7ffa11d24fd50977 Mon Sep 17 00:00:00 2001 From: Kekeocha Justin Chetachukwu <39213342+justinkekeocha@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:31:06 +0100 Subject: [PATCH] Update installation.md Signed-off-by: Kekeocha Justin Chetachukwu <39213342+justinkekeocha@users.noreply.github.com> --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d9097b633..3801c0994 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -29,7 +29,7 @@ Customize `name` and `slug` of default wallet. ], ``` ## Extend Wallet class -You can extend the Wallet class by creating a new class that extends `Bavix\Wallet\Models\Wallet` and registering the new class in config/wallet.php. +You can extend the Wallet class by creating a new class that extends `Bavix\Wallet\Models\Wallet` and registering the new class in `config/wallet.php`. Example `MyWallet.php` ```php[App/Models/MyWallet.php]