Skip to content

Commit

Permalink
Merge pull request #3175 from u01jmg3/master
Browse files Browse the repository at this point in the history
docs: Typos
yajra authored Sep 5, 2024
2 parents 158f2e9 + 6185f96 commit 33d1124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/datatables.php
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@

/*
* List of available builders for DataTables.
* This is where you can register your custom dataTables builder.
* This is where you can register your custom DataTables builder.
*/
'engines' => [
'eloquent' => Yajra\DataTables\EloquentDataTable::class,
@@ -79,7 +79,7 @@
'error' => env('DATATABLES_ERROR', null),

/*
* Default columns definition of dataTable utility functions.
* Default columns definition of DataTable utility functions.
*/
'columns' => [
/*
@@ -105,7 +105,7 @@
'blacklist' => ['password', 'remember_token'],

/*
* List of columns that are only allowed fo search/sort.
* List of columns that are only allowed for search/sort.
* If set to *, all columns are allowed.
*/
'whitelist' => '*',

0 comments on commit 33d1124

Please sign in to comment.