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

Commit efb3aa8

Browse files
committed
Merge branch '1.x' of github.com:beyondcode/laravel-websockets
2 parents 980dc19 + 5cda453 commit efb3aa8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"illuminate/queue": "^6.3|^7.0|^8.0",
4242
"illuminate/routing": "^6.3|^7.0|^8.0",
4343
"illuminate/support": "^6.3|^7.0|^8.0",
44-
"pusher/pusher-php-server": "^4.0",
44+
"pusher/pusher-php-server": "^4.0|^5.0",
4545
"react/promise": "^2.0",
4646
"symfony/http-kernel": "^4.0|^5.0",
4747
"symfony/psr-http-message-bridge": "^1.1|^2.0"

src/API/TriggerEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ public function __invoke(Request $request)
6060
]);
6161
}
6262

63-
return $request->json()->all();
63+
return (object) [];
6464
}
6565
}

0 commit comments

Comments
 (0)