Skip to content

Commit 01a1474

Browse files
committed
Apply fixes from StyleCI
1 parent 6a72083 commit 01a1474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Vite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public function reactRefresh()
576576
}
577577

578578
$attributes = $this->parseAttributes([
579-
'nonce' => $this->cspNonce()
579+
'nonce' => $this->cspNonce(),
580580
]);
581581

582582
return new HtmlString(

0 commit comments

Comments
 (0)