Last active
July 7, 2017 17:58
-
-
Save fxcosta/d284ad0531aad2709e966aa4f5fd3fc0 to your computer and use it in GitHub Desktop.
FacebookUser.php
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 | |
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