Skip to content

Commit

Permalink
Merge pull request #5 from sjerdo/patch-1
Browse files Browse the repository at this point in the history
Fix missing use statement for InvalidRefreshTokenException in Client #4
  • Loading branch information
jonathanraftery committed Sep 14, 2018
2 parents e1e053b + 216618d commit 881bdd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace jonathanraftery\Bullhorn\Rest;
use jonathanraftery\Bullhorn\Rest\Authentication\Client as AuthClient;
use jonathanraftery\Bullhorn\Rest\Authentication\Exception\InvalidRefreshTokenException;
use GuzzleHttp\Client as HttpClient;
use GuzzleHttp\Promise;
use GuzzleHttp\Psr7\Request as HttpRequest;
Expand Down

0 comments on commit 881bdd7

Please sign in to comment.