From c18ee4917de589da78813c37a7966b450a89a10c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 30 Oct 2015 13:39:04 -0500 Subject: [PATCH] Remove unneeded table name. --- app/User.php | 7 ------- 1 file changed, 7 deletions(-) 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. *