Skip to content

Commit bf07f6e

Browse files
committed
Remove the copy of the echo.js file, which was removed
1 parent 1917359 commit bf07f6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Commands/TurboInstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public function handle()
6565
);
6666

6767
copy(__DIR__ . '/../../stubs/resources/js/bootstrap.js', resource_path('js/bootstrap.js'));
68-
copy(__DIR__ . '/../../stubs/resources/js/echo.js', resource_path('js/echo.js'));
6968
copy(__DIR__ . '/../../stubs/resources/js/elements/turbo-echo-stream-tag.js', resource_path('js/elements/turbo-echo-stream-tag.js'));
7069

7170
if ($this->option('stimulus')) {

0 commit comments

Comments
 (0)