Skip to content

Commit d04272d

Browse files
authored
fixing tests v1
1 parent 71731dd commit d04272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataTables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function collection($collection): CollectionDataTable
140140
{
141141
$dataTable = config('datatables.engines.collection');
142142

143-
return $dataTable::create($builder);
143+
return $dataTable::create($collection);
144144
}
145145

146146
/**

0 commit comments

Comments
 (0)