Skip to content

Instantly share code, notes, and snippets.

@Maras0830
Created September 29, 2016 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Maras0830/b0d71ae071de5b469e02905393ff1ef9 to your computer and use it in GitHub Desktop.
Save Maras0830/b0d71ae071de5b469e02905393ff1ef9 to your computer and use it in GitHub Desktop.
User.php
<?php
namespace App;
use Laravel\Passport\HasApiTokens;
use Illuminate\Notifications\Notifiable;
use Illuminate\Foundation\Auth\User as Authenticatable;
class User extends Authenticatable
{
use HasApiTokens, Notifiable;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment