Skip to content

Commit

Permalink
OAuth1 AbstractProvider missing ProviderInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev authored and m1guelpf committed Jan 11, 2019
1 parent 9b57f11 commit f870574
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OAuth1/AbstractProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
use League\OAuth1\Client\Credentials\TokenCredentials;
use SocialiteProviders\Manager\ConfigTrait;
use SocialiteProviders\Manager\Contracts\ConfigInterface as Config;
use SocialiteProviders\Manager\Contracts\OAuth1\ProviderInterface;
use SocialiteProviders\Manager\SocialiteWasCalled;

abstract class AbstractProvider extends BaseProvider
abstract class AbstractProvider extends BaseProvider implements ProviderInterface
{
use ConfigTrait;

Expand Down

0 comments on commit f870574

Please sign in to comment.