Skip to content

Commit

Permalink
Fixing typo TwoFactorAuthenticationProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLoyeD committed Sep 12, 2024
1 parent e464c48 commit 6004e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/TwoFactorAuthenticationProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface TwoFactorAuthenticationProvider
*
* @return string
*/
public function generateSecretKey);
public function generateSecretKey();

/**
* Get the two factor authentication QR code URL.
Expand Down

0 comments on commit 6004e16

Please sign in to comment.