readable name
This commit is contained in:
parent
8c7ebc5f81
commit
895c5fead8
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
namespace App;
|
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.
|
* The attributes that are mass assignable.
|
||||||
|
|
Loading…
Reference in New Issue