We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0d197 commit 49ae6b8Copy full SHA for 49ae6b8
README.md
@@ -32,7 +32,7 @@ composer require kristos80/password-generator
32
use Kristos80\PasswordGenerator\PasswordGenerator;
33
use Kristos80\PasswordGenerator\PasswordGeneratorFactory;
34
35
-$config = PasswordGeneratorFactory::safeDefault();
+$config = PasswordGeneratorConfigFactory::safeDefault();
36
$password = (new PasswordGenerator())->generate($config);
37
38
echo $password;
0 commit comments