Skip to content

Commit

Permalink
UHF-8525: Renamed access_token to access_key
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Aug 31, 2023
1 parent 284620a commit 3580c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Azure/PubSub/SettingsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function create() : Settings {
$config->get('hub') ?: '',
$config->get('group') ?: '',
$config->get('endpoint') ?: '',
$config->get('access_token') ?: '',
$config->get('access_key') ?: '',
);
}

Expand Down

0 comments on commit 3580c8b

Please sign in to comment.