We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09df9f9 commit b0a5b0aCopy full SHA for b0a5b0a
composer.json
@@ -32,7 +32,7 @@
32
"predis/predis": "^1.1"
33
},
34
"require-dev": {
35
- "laravel/lumen-framework": "~5.4",
+ "laravel/lumen-framework": "~5.6",
36
"phpunit/phpunit": "^7.5",
37
"phpunit/php-code-coverage": "^6.1",
38
"php-coveralls/php-coveralls": "^2.1",
src/Controllers/SocketIOController.php
@@ -45,7 +45,7 @@ public function upgrade(Request $request)
45
/**
46
* @return JsonResponse
47
*/
48
- public function reject(): JsonResponse
+ public function reject()
49
{
50
return response()->json(
51
[
0 commit comments