Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 0dfa682

Browse files
committed
Revert "Moved all websockets testing related stuff into a concern"
This reverts commit aa014ad.
1 parent bb5599f commit 0dfa682

File tree

3 files changed

+184
-200
lines changed

3 files changed

+184
-200
lines changed

config/websockets.php

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
[
7979
'id' => env('PUSHER_APP_ID'),
8080
'name' => env('APP_NAME'),
81+
'host' => env('PUSHER_APP_HOST'),
8182
'key' => env('PUSHER_APP_KEY'),
8283
'secret' => env('PUSHER_APP_SECRET'),
8384
'path' => env('PUSHER_APP_PATH'),

tests/Concerns/TestsWebSockets.php

-199
This file was deleted.

0 commit comments

Comments
 (0)