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