stephenjude/filament-blog

Laravel Wallet contract name

Closed this issue · 4 comments

Is not better to name the interface something like WalletHolder or WalletOwner, this would perform more readable code.

class User extends Authenticatable implements Wallet

Reading this lines tells me that a User is implementing Wallet, but that's a User, how it can implement a Wallet ? :D

Hope you understand my opinion.

Wrong repo @mikield

That's the link that issues on Wallet repo links to.

Okay