1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

Add UniqueIdentifierGenerators

This commit is contained in:
Samuel Štancl 2019-08-21 20:17:55 +02:00
parent 787063ed73
commit 495bb7d541
5 changed files with 48 additions and 3 deletions

View file

@ -56,4 +56,5 @@ return [
'queue_database_creation' => false,
'queue_database_deletion' => false,
'database_name_key' => null,
'unique_id_generator' => 'Stancl\Tenancy\UUIDGenerator',
];