Skip to content

Commit 7ac0af1

Browse files
authored
Merge pull request #3074 from yajra/analysis-RPJl3n
Apply fixes from StyleCI
2 parents 0cc4bbd + 8dfc231 commit 7ac0af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/EloquentDataTableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ protected function setUp(): void
194194
});
195195
$router->get('/eloquent/formatColumn-closure', function (DataTables $dataTable) {
196196
return $dataTable->eloquent(User::query())
197-
->formatColumn('created_at', fn($value, $row) => Carbon::parse($value)->format('Y-m-d'))
197+
->formatColumn('created_at', fn ($value, $row) => Carbon::parse($value)->format('Y-m-d'))
198198
->toJson();
199199
});
200200

0 commit comments

Comments
 (0)