Closed nvchungdl closed 11 months ago
Hello. This is not a bug, but expected behavior. The balance column is declared in HasWallet: https://github.com/bavix/laravel-wallet/blob/18448234e9af73fdf31bd9a5ca9a26fd34e56eca/src/Traits/HasWallet.php#L64
You need to use the multi-wallet functionality (HasWallets trait). HasWallet is not suitable for your case.
Describe the bug Infinity loop when use traits HasWallet with model already have column "balance" in table
To Reproduce Steps to reproduce the behavior: