Skip to content

Commit 0c966ca

Browse files
Merge branch 'main' of github.com:stfndamjanovic/php-random-hash
2 parents 4eabd75 + 0e2db46 commit 0c966ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ $string = RandomString::fromConfig($config)->generate(); // Output: 083712
8686
If you want to add a prefix or suffix to generated string, you can do it like this.
8787

8888
```php
89-
use Stfn\RandomString\StringConfig;
90-
9189
$config = StringConfig::make()
9290
->length(6)
9391
->prefix("PRE_")

0 commit comments

Comments
 (0)