Skip to content

Commit

Permalink
remove use statements of unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yutomoriyasu committed Mar 4, 2023
1 parent 7d0f2f7 commit 6d9173e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Laravel/Controllers/CallbackApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use Symfony\Component\HttpFoundation\Response;

use AntiPatternInc\Saasus\Api\Client as ApiClient;
use AntiPatternInc\Saasus\Sdk\Auth\Exception\GetAuthCredentialsNotFoundException;
use AntiPatternInc\Saasus\Sdk\Auth\Exception\GetAuthCredentialsInternalServerErrorException;
use Http\Client\Exception\HttpException;

class CallbackApiController extends BaseController
Expand Down

0 comments on commit 6d9173e

Please sign in to comment.