Skip to content

Commit

Permalink
Providers from stock should extend manager interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev authored and m1guelpf committed Jan 11, 2019
1 parent f7b140b commit c89d5fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

use Laravel\Socialite\Two\FacebookProvider;
use SocialiteProviders\Manager\ConfigTrait;
use SocialiteProviders\Manager\Contracts\OAuth2\ProviderInterface;

class Provider extends FacebookProvider
class Provider extends FacebookProvider implements ProviderInterface
{
use ConfigTrait;

Expand Down

0 comments on commit c89d5fa

Please sign in to comment.