Skip to content

Commit

Permalink
Update index.html.md
Browse files Browse the repository at this point in the history
use Omines\DataTablesBundle\Adapter\Doctrine\ORM\SearchbuilderCriteriaProvider.php
  • Loading branch information
robiinho committed May 15, 2024
1 parent e604d8e commit f526241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ with your own implementation.

### SearchBuilder criteria
```
use App\Datatable\SearchBuilderCriteriaProvider;
use Omines\DataTablesBundle\Adapter\Doctrine\ORM\SearchBuilderCriteriaProvider;
'criteria' => [
new SearchBuilderCriteriaProvider($request),
Expand Down

0 comments on commit f526241

Please sign in to comment.