Skip to content

Commit b0e07f3

Browse files
authored
Fix code style
1 parent 73b11af commit b0e07f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/DataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ protected function getAjaxResponseData()
325325
{
326326
$this->request()->merge([
327327
'start' => 0,
328-
'length' => -1
328+
'length' => -1,
329329
]);
330330

331331
$response = app()->call([$this, 'ajax']);

0 commit comments

Comments
 (0)