Created
February 20, 2015 08:48
-
-
Save morrislaptop/c02c4dcca1568d09dc61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Laravel\Socialite\Two\AbstractProvider; | |
use Laravel\Socialite\Two\ProviderInterface; | |
use Laravel\Socialite\Two\User; | |
class SpotifyProvider extends AbstractProvider implements ProviderInterface { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment