Skip to content

Commit 78bdf31

Browse files
committed
test: add new line
1 parent 7ac0af1 commit 78bdf31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Integration/EloquentDataTableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ protected function setUp(): void
192192
->formatColumn('created_at', new DateFormatter('Y-m-d'))
193193
->toJson();
194194
});
195+
195196
$router->get('/eloquent/formatColumn-closure', function (DataTables $dataTable) {
196197
return $dataTable->eloquent(User::query())
197198
->formatColumn('created_at', fn ($value, $row) => Carbon::parse($value)->format('Y-m-d'))

0 commit comments

Comments
 (0)