Skip to content

Commit 7104ed7

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint 🤖
1 parent 53a0459 commit 7104ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/MinSearchLengthDataTableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function setUp(): void
9292
{
9393
parent::setUp();
9494

95-
Route::get('/eloquent/min-length', fn() => (new EloquentDataTable(User::query()))
95+
Route::get('/eloquent/min-length', fn () => (new EloquentDataTable(User::query()))
9696
->minSearchLength(5)
9797
->toJson());
9898
}

0 commit comments

Comments
 (0)