Skip to content

Commit 241c47f

Browse files
committed
Remove public function.
1 parent 8367237 commit 241c47f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
- Remove constructor dependencies. Create DataTable instance directly from `dataTable()` method.
1111
- Method injections are now supported on the following methods:
1212
```php
13-
public function ajax(), dataTable(), query()
14-
public function csv(), excel(), pdf(), printPreview()
13+
ajax(), dataTable(), query(), csv(), excel(), pdf(), printPreview()
1514
```
1615
- `DataTableContract` contract removed.
1716
- `DataTableScopeContract` contract renamed to `DataTableScope`.

0 commit comments

Comments
 (0)