Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed Jan 7, 2025
1 parent 5f6947c commit 375a53a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/ServicesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @package Password Policy
* @since 5.0.3
*
* @property PasswordsService $passwords
* @property PasswordService $passwords
* @property RetentionService $retention
* @property VitePluginService $vite
*/
Expand Down Expand Up @@ -45,10 +45,10 @@ public static function config(): array
/**
* Returns the passwords service
*
* @return PasswordsService The passwords service
* @return PasswordService The passwords service
* @throws InvalidConfigException
*/
public function getPasswords(): PasswordsService
public function getPasswords(): PasswordService
{
return $this->get('passwords');
}
Expand Down

0 comments on commit 375a53a

Please sign in to comment.