Commit 895c5fea authored by Taylor Otwell's avatar Taylor Otwell

readable name

parent 8c7ebc5f
......@@ -2,9 +2,9 @@
namespace App;
use Illuminate\Foundation\Auth\User as BaseUser;
use Illuminate\Foundation\Auth\User as Authenticatable;
class User extends BaseUser
class User extends Authenticatable
{
/**
* The attributes that are mass assignable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment