Skip to content

Commit 83138f3

Browse files
authored
Fix Style
1 parent c30692a commit 83138f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public static function convertToArray($row)
157157
{
158158
$data = $row instanceof Arrayable ?
159159
$row->toArray() :
160-
($row instanceof \StdClass ? (array) $row : $row );
160+
($row instanceof \StdClass ? (array) $row : $row);
161161

162162
foreach ($data as &$value) {
163163
if (is_object($value) || is_array($value)) {

0 commit comments

Comments
 (0)