mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
[1.8.0] Custom id scheme (#108)
* Add UniqueIdentifierGenerators * Apply fixes from StyleCI
This commit is contained in:
parent
787063ed73
commit
f590e2ce2a
5 changed files with 48 additions and 3 deletions
|
|
@ -56,4 +56,5 @@ return [
|
|||
'queue_database_creation' => false,
|
||||
'queue_database_deletion' => false,
|
||||
'database_name_key' => null,
|
||||
'unique_id_generator' => 'Stancl\Tenancy\UUIDGenerator',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue