Skip to content

Commit

Permalink
Fix: Correct Collection import to resolve TypeError in RefundItemColl…
Browse files Browse the repository at this point in the history
…ection. (#265)

Co-authored-by: Bobab12 <[email protected]>
  • Loading branch information
bobab12 and bobab12 authored Oct 18, 2024
1 parent 0b588a6 commit 8de43ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Refunds/RefundItemCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Laravel\Cashier\Refunds;

use Illuminate\Support\Collection;
use Illuminate\Database\Eloquent\Collection;
use Laravel\Cashier\Cashier;
use Laravel\Cashier\Order\OrderItem;
use Laravel\Cashier\Order\OrderItemCollection;
Expand Down

0 comments on commit 8de43ec

Please sign in to comment.