Skip to content

Commit d093dcc

Browse files
authored
Merge pull request yajra#61 from andytan0727/patch-1
Replace make(true) with toJson
2 parents 79072e0 + 3202d03 commit d093dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

response-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Object Response
22

3-
To convert the response of DataTables to an object, just pass `true` on `make` api.
3+
To convert the response of DataTables to an object, use `toJson` api.
44

55
```php
66
use DataTables;

0 commit comments

Comments
 (0)