Skip to content

Commit

Permalink
fix: added missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Dec 16, 2024
1 parent 0acde67 commit 304d9a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SocialiteProviders/src/NFDIAAI/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use GuzzleHttp\RequestOptions;
use SocialiteProviders\Manager\OAuth2\AbstractProvider;
use SocialiteProviders\Manager\OAuth2\User;
use InvalidArgumentException;

class Provider extends AbstractProvider
{
Expand Down

0 comments on commit 304d9a6

Please sign in to comment.