Skip to content

Commit 1fe8012

Browse files
committed
Fixed CS issue in endpoint template
1 parent 8ee0a31 commit 1fe8012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/template/set-bulk-body

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
throw new InvalidArgumentException("Body must be an array, traversable object or string");
1818
}
1919
return $this;
20-
}
20+
}

0 commit comments

Comments
 (0)