Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stfndamjanovic/php-random-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
stfndamjanovic committed Mar 23, 2023
2 parents 4eabd75 + 0e2db46 commit 0c966ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ $string = RandomString::fromConfig($config)->generate(); // Output: 083712
If you want to add a prefix or suffix to generated string, you can do it like this.

```php
use Stfn\RandomString\StringConfig;

$config = StringConfig::make()
->length(6)
->prefix("PRE_")
Expand Down

0 comments on commit 0c966ca

Please sign in to comment.