Skip to content

Commit

Permalink
function tokenUpdateCallback made static
Browse files Browse the repository at this point in the history
  • Loading branch information
websmurf authored Nov 21, 2019
1 parent 6048778 commit 0ac4210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelExactOnline.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function __call($method, $arguments)

}

public function tokenUpdateCallback (Connection $connection) {
public static function tokenUpdateCallback (Connection $connection) {
$config = self::loadConfig();

$config->exact_accessToken = serialize($connection->getAccessToken());
Expand Down

0 comments on commit 0ac4210

Please sign in to comment.