Skip to content

Commit

Permalink
fixing README php71
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriatonhole committed Nov 4, 2023
1 parent 3875c39 commit ab73b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $credential = new Credential($redisConfig);
$credential->setCredential(
'originName',
'serviceName',
'CredentialRedisConfigSample'
'CredentialSample'
);
$getCredential = $credential->getCredential('originName', 'serviceName');
var_dump($getCredential);
Expand Down

0 comments on commit ab73b19

Please sign in to comment.