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

Commit 6e020af

Browse files
authored
Respond empty object
1 parent 72e4581 commit 6e020af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpApi/Controllers/TriggerEventController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public function __invoke(Request $request)
3131
StatisticsLogger::apiMessage($request->appId);
3232
}
3333

34-
return $request->json()->all();
34+
return (object) [];
3535
}
3636
}

0 commit comments

Comments
 (0)