Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Apr 7, 2024
1 parent 31ed413 commit aec6741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ use Dystcz\LunarRewards\Domain\Rewards\Managers\PointBalanceManager;
$balance = PointBalanceManager::of($model);

// All Received Points
$balance->getTransactions(); // Illuminate\Support\Collection<O21\LaravelWallet\Models\Transaction>
$balance->getTransactions(); // Illuminate\Support\Collection<\Dystcz\LunarRewards\Domain\Rewards\Models\Transaction>
$balance->getTransactionsQuery(); // Illuminate\Database\Eloquent\Builder

// Or simply by calling the facade
Expand Down

0 comments on commit aec6741

Please sign in to comment.