Browse Source

readable name

Taylor Otwell 8 years ago
parent
commit
895c5fead8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/User.php

+ 2 - 2
app/User.php

@@ -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.