Skip to content

Commit c77c207

Browse files
committed
ecs
1 parent 29ced7a commit c77c207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Units/Domain/EagerLoadingTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ public function testUuidDuplicate(): void
2020
/** @var Buyer[] $buyers */
2121
$buyers = Buyer::with('wallet')
2222
->whereIn('id', $buyerTimes->pluck('id')->toArray())
23-
->paginate(10);
23+
->paginate(10)
24+
;
2425

2526
$uuids = [];
2627
$balances = [];

0 commit comments

Comments
 (0)