Skip to content

Commit

Permalink
Update Renderer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored May 30, 2024
1 parent a175a8d commit 72d4b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/Renderer/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ public static function js()

return '<script type="text/javascript">'
.file_get_contents(static::DIST.'scripts.js')
.'</script>' . $viteJsAutoRefresh;
.'</script>'.$viteJsAutoRefresh;
}
}

0 comments on commit 72d4b3f

Please sign in to comment.