Skip to content

Commit e74e6ce

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint 🤖
1 parent b9e5f78 commit e74e6ce

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
@@ -117,7 +117,7 @@ public function query(QueryBuilder $builder): QueryDataTable
117117
public function eloquent(EloquentBuilder $builder): EloquentDataTable
118118
{
119119
$dataTable = (string) Config::get('datatables.engines.eloquent');
120-
120+
121121
$this->validateDataTable($dataTable, EloquentDataTable::class);
122122

123123
return $dataTable::create($builder);

0 commit comments

Comments
 (0)