Skip to content

Commit

Permalink
Update UpdateReactionController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
karaok491 authored Nov 6, 2020
1 parent d068c09 commit 1fd2a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Controller/UpdateReactionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct(Dispatcher $bus)
*/
protected function data(ServerRequestInterface $request, Document $document)
{
$id = Arr::_get($request->getQueryParams(), 'id');
$id = Arr::get($request->getQueryParams(), 'id');
$actor = $request->getAttribute('actor');
$data = $request->getParsedBody();

Expand Down

0 comments on commit 1fd2a2d

Please sign in to comment.