1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 22:14:03 +00:00

fix combination calculation docblock for random str generator

This commit is contained in:
Samuel Štancl 2024-04-13 05:43:37 +02:00
parent e727e07212
commit 55b1c5387c

View file

@ -12,7 +12,7 @@ use Stancl\Tenancy\Contracts\UniqueIdentifierGenerator;
* Generates a cryptographically secure random string for the tenant key.
*
* 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
{