Skip to content

Commit

Permalink
Removed Socialite contract because it's already defined in extendable…
Browse files Browse the repository at this point in the history
… model
  • Loading branch information
antonkomarev authored and m1guelpf committed Jan 11, 2019
1 parent 7d9467f commit c6f3726
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
namespace SocialiteProviders\Steam;

use Illuminate\Support\Arr;
use Laravel\Socialite\Two\ProviderInterface;
use LightOpenID;
use SocialiteProviders\Manager\OAuth2\AbstractProvider;
use SocialiteProviders\Manager\OAuth2\User;

class Provider extends AbstractProvider implements ProviderInterface
class Provider extends AbstractProvider
{
/**
* Unique Provider Identifier.
Expand Down

0 comments on commit c6f3726

Please sign in to comment.