Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Jan 28, 2025
1 parent 2023f01 commit 92cd7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GoHighLevel/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function getCodeFields($state = null)
$fields['loginWindowOpenMode'] = 'self';
}

return array_merge($fields, $this->parameters);
return $fields;
}

protected function getTokenUrl(): string
Expand Down

0 comments on commit 92cd7ac

Please sign in to comment.