Skip to content

Commit 7743e32

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint
1 parent 128c18f commit 7743e32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/datatables.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
* Note, only change this if you know what you are doing!
5858
*/
5959
'builders' => [
60-
//Illuminate\Database\Eloquent\Relations\Relation::class => 'eloquent',
61-
//Illuminate\Database\Eloquent\Builder::class => 'eloquent',
62-
//Illuminate\Database\Query\Builder::class => 'query',
63-
//Illuminate\Support\Collection::class => 'collection',
60+
// Illuminate\Database\Eloquent\Relations\Relation::class => 'eloquent',
61+
// Illuminate\Database\Eloquent\Builder::class => 'eloquent',
62+
// Illuminate\Database\Query\Builder::class => 'query',
63+
// Illuminate\Support\Collection::class => 'collection',
6464
],
6565

6666
/*

0 commit comments

Comments
 (0)