Browse Source

Remove unneeded table name.

Taylor Otwell 8 years ago
parent
commit
c18ee4917d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      app/User.php

+ 0 - 7
app/User.php

@@ -17,13 +17,6 @@ class User extends Model implements
 {
     use Authenticatable, Authorizable, CanResetPassword;
 
-    /**
-     * The database table used by the model.
-     *
-     * @var string
-     */
-    protected $table = 'users';
-
     /**
      * The attributes that are mass assignable.
      *