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 423de0c commit 9833807Copy full SHA for 9833807
README.md
@@ -87,6 +87,7 @@ Add the `HasWallet` trait and `Product` interface to `Item` model.
87
```php
88
use Bavix\Wallet\Traits\HasWallet;
89
use Bavix\Wallet\Interfaces\Product;
90
+use Bavix\Wallet\Interfaces\Customer;
91
92
class Item extends Model implements Product
93
{
0 commit comments