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

Commit

Permalink
Merge branch '1.x' of github.com:beyondcode/laravel-websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Feb 24, 2021
2 parents 980dc19 + 5cda453 commit efb3aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"illuminate/queue": "^6.3|^7.0|^8.0",
"illuminate/routing": "^6.3|^7.0|^8.0",
"illuminate/support": "^6.3|^7.0|^8.0",
"pusher/pusher-php-server": "^4.0",
"pusher/pusher-php-server": "^4.0|^5.0",
"react/promise": "^2.0",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/psr-http-message-bridge": "^1.1|^2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/API/TriggerEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public function __invoke(Request $request)
]);
}

return $request->json()->all();
return (object) [];
}
}

0 comments on commit efb3aa8

Please sign in to comment.