Skip to content

Commit

Permalink
Merge pull request #17 from rmunate/analysis-MPdglj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rmunate authored May 28, 2024
2 parents a241d74 + fd69f84 commit eadcf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function direction()
return $this->request->input('order.dir');
}

return "asc";
return 'asc';
// throw DatatableException::create("Property 'order.0.dir' or 'order.dir' not found in the request.");
}

Expand Down

0 comments on commit eadcf7b

Please sign in to comment.