Skip to content

Commit

Permalink
Github Issue #2 setKeys method not static
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Snyder committed Sep 22, 2016
1 parent e7276e3 commit 4aeceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/CloudClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static function getClient() {
* @param string $api_key
* @param string $api_secret
*/
public function setKeys($api_key, $api_secret) {
public static function setKeys($api_key, $api_secret) {
static::$instance = new static($api_key, $api_secret);
}

Expand Down

0 comments on commit 4aeceb0

Please sign in to comment.