Remove unneeded table name.
This commit is contained in:
parent
4cefc88f4b
commit
c18ee4917d
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue