Skip to content

Commit 304aef9

Browse files
committed
Fix CS.
1 parent 66ab96c commit 304aef9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DataTableAbstract.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,8 @@ public function with($key, $value = '')
355355
* @param callable $value
356356
* @return $this
357357
*/
358-
public function withQuery($key, callable $value) {
358+
public function withQuery($key, callable $value)
359+
{
359360
$this->appends[$key] = $value;
360361

361362
return $this;

0 commit comments

Comments
 (0)