Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #3175

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Typos #3175

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/config/datatables.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -79,7 +79,7 @@
'error' => env('DATATABLES_ERROR', null),

/*
* Default columns definition of dataTable utility functions.
* Default columns definition of DataTable utility functions.
*/
'columns' => [
/*
Expand All @@ -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' => '*',
Expand Down
Loading