Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #172 from nathan-fiscaletti/v2.0.7
Browse files Browse the repository at this point in the history
V2.0.7
  • Loading branch information
Nathan Fiscaletti authored Jun 6, 2018
2 parents 6dd221d + 7289db0 commit 4a58405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Synful/App/RequestHandlers/PrivateHandlerExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PrivateHandlerExample extends RequestHandler
*/
public function get(Request $request)
{
$api_key = APIKey::getKey($request->auth);
$api_key = APIKey::getApiKey($request->auth);

return [
'user-information' => [
Expand Down

0 comments on commit 4a58405

Please sign in to comment.