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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-21 18:18:08 +00:00 committed by StyleCI Bot
parent 495bb7d541
commit fc7bdc694a
3 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@ class UUIDGenerator implements UniqueIdentifierGenerator
{
return (string) \Webpatser\Uuid\Uuid::generate(1, $domain);
}
}
}