Skip to content

Instantly share code, notes, and snippets.

@fxcosta
Last active July 7, 2017 17:58
Show Gist options
  • Save fxcosta/d284ad0531aad2709e966aa4f5fd3fc0 to your computer and use it in GitHub Desktop.
Save fxcosta/d284ad0531aad2709e966aa4f5fd3fc0 to your computer and use it in GitHub Desktop.
FacebookUser.php
<?php
namespace App\Entities;
use Laravel\Socialite\AbstractUser;
class FacebookUser extends AbstractUser {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment