Remove unneeded table name.

This commit is contained in:
Taylor Otwell 2015-10-30 13:39:04 -05:00
parent 4cefc88f4b
commit c18ee4917d
1 changed files with 0 additions and 7 deletions

View File

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