Skip to content

Commit

Permalink
Remove $api_key from generateAccessToken
Browse files Browse the repository at this point in the history
  • Loading branch information
MPaap committed Jan 30, 2018
1 parent 40098c2 commit f3747ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snelstart/Snelstart.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Snelstart
protected $api_key;
protected $access_token;

public function generateAccessToken($connection_key, $api_key)
public function generateAccessToken($connection_key)
{
$this->setUsernameAndPassword($connection_key);

Expand Down

0 comments on commit f3747ad

Please sign in to comment.