mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:34:03 +00:00
fix combination calculation docblock for random str generator
This commit is contained in:
parent
e727e07212
commit
55b1c5387c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use Stancl\Tenancy\Contracts\UniqueIdentifierGenerator;
|
||||||
* Generates a cryptographically secure random string for the tenant key.
|
* Generates a cryptographically secure random string for the tenant key.
|
||||||
*
|
*
|
||||||
* To customize the string length, change the static `$length` property.
|
* To customize the string length, change the static `$length` property.
|
||||||
* The number of unique combinations is 36 ^ string length.
|
* The number of unique combinations is 61 ^ string length.
|
||||||
*/
|
*/
|
||||||
class RandomStringGenerator implements UniqueIdentifierGenerator
|
class RandomStringGenerator implements UniqueIdentifierGenerator
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue