Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created February 20, 2015 08:48
Show Gist options
  • Save morrislaptop/c02c4dcca1568d09dc61 to your computer and use it in GitHub Desktop.
Save morrislaptop/c02c4dcca1568d09dc61 to your computer and use it in GitHub Desktop.
<?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