Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl committed Feb 11, 2025
1 parent 31ac72d commit ab4525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pagination/EloquentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function setUp(): void

$this->driverState = null;

Pet::truncate();
Pet::truncate(); // @phpstan-ignore-line

for ($i = 0; $i < 40; $i++) {
(new Pet)->fill([
Expand Down

0 comments on commit ab4525d

Please sign in to comment.