Skip to content

Commit 3264e7f

Browse files
fix code style
1 parent d999365 commit 3264e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ToRawSqlServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function boot(): void
2121
$bindings[] = $value;
2222
}
2323
}
24+
2425
return Str::replaceArray('?', $bindings, $this->toSql());
2526
});
2627
}

0 commit comments

Comments
 (0)