Skip to content

Commit

Permalink
🎨 newline required before the return according to StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Apr 26, 2018
1 parent f92b4c3 commit 673e085
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ protected function decodePusherResponse($request, $response)
return response()->json(json_decode($response, true))
->withCallback($request->callback);
}

return json_decode($response, true);
}

Expand Down

0 comments on commit 673e085

Please sign in to comment.