Skip to content

Commit 7846a52

Browse files
authored
Update PasswordGenerator.php
1 parent 6bdd2ed commit 7846a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PasswordGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function generate()
9595
$this->passwords[] = $pass;
9696
}
9797

98-
return $this->passwords;
98+
return $this->getPassword();
9999
}
100100

101101
/**

0 commit comments

Comments
 (0)