Skip to content

Commit d34cbe3

Browse files
committed
fix: typo
1 parent 2862b3f commit d34cbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Laravel package for handling [server-side](https://www.datatables.net/manual/server-side) works of [DataTables](http://datatables.net) jQuery Plugin via [AJAX option](https://datatables.net/reference/option/ajax) by using Eloquent ORM, Fluent Query Builder or Collection.
1616

1717
```php
18-
use \Yajra\DataTables\Facades\DataTables;
18+
use Yajra\DataTables\Facades\DataTables;
1919

2020
return DataTables::eloquent(User::query())->toJson();
2121
return DataTables::query(DB::table('users'))->toJson();

0 commit comments

Comments
 (0)