Skip to content

Commit

Permalink
adding deprecated query engine is not required
Browse files Browse the repository at this point in the history
users use either the old config or the new config and not a mix of both unless they decide to do something like that on themselves but then they are on their own ;)
  • Loading branch information
pimlie committed Oct 25, 2017
1 parent c3d46ec commit 4d50ac2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config/datatables.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
'engines' => [
'eloquent' => \Yajra\DataTables\EloquentDataTable::class,
'query-builder' => \Yajra\DataTables\QueryBuilderDataTable::class,
// @deprecated, will be removed in a next release
'query' => \Yajra\DataTables\QueryBuilderDataTable::class,
'collection' => \Yajra\DataTables\CollectionDataTable::class,
],

Expand Down

0 comments on commit 4d50ac2

Please sign in to comment.