mpaannddreew/laravel-ledger

How to add balance to users?

Closed this issue · 1 comments

Something like this?

$account->debit(500, 'initial deposit');

Ah, this should be in the readme @mpaannddreew

$account->debit(null, 2000, 'initial deposit')