Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 13, 2024
1 parent 2990536 commit bdd0acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function handle()
$bootstrapScriptPath
);

if (! str_contains($bootstrapScript, 'echo.js')) {
if (! str_contains($bootstrapScript, '/echo')) {
file_put_contents(
$bootstrapScriptPath,
trim($bootstrapScript.PHP_EOL.file_get_contents(__DIR__.'/stubs/echo-bootstrap-js.stub')).PHP_EOL,
Expand Down

0 comments on commit bdd0acb

Please sign in to comment.