Overtrue\Socialite\AttributeTrait::merge PHP Метод

merge() публичный Метод

Map the given array onto the user's properties.
public merge ( array $attributes )
$attributes array
    public function merge(array $attributes)
    {
        $this->attributes = array_merge($this->attributes, $attributes);
        return $this;
    }