diff --git a/app/User.php b/app/User.php index 304d5acc..ed1a40ff 100644 --- a/app/User.php +++ b/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. *