mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Add UUIDv7Generator
Also correct docblock for ULIDGenerator and add missing @see annotations in the config file.
This commit is contained in:
parent
36153a949b
commit
b967d1647a
5 changed files with 39 additions and 2 deletions
|
|
@ -48,6 +48,8 @@ return [
|
|||
* SECURITY NOTE: Keep in mind that autoincrement IDs come with potential enumeration issues (such as tenant storage URLs).
|
||||
*
|
||||
* @see \Stancl\Tenancy\UniqueIdentifierGenerators\UUIDGenerator
|
||||
* @see \Stancl\Tenancy\UniqueIdentifierGenerators\ULIDGenerator
|
||||
* @see \Stancl\Tenancy\UniqueIdentifierGenerators\UUIDv7Generator
|
||||
* @see \Stancl\Tenancy\UniqueIdentifierGenerators\RandomHexGenerator
|
||||
* @see \Stancl\Tenancy\UniqueIdentifierGenerators\RandomIntGenerator
|
||||
* @see \Stancl\Tenancy\UniqueIdentifierGenerators\RandomStringGenerator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue