mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:14:02 +00:00
ID generation
This commit is contained in:
parent
958651099a
commit
445b2650cf
3 changed files with 24 additions and 13 deletions
|
|
@ -9,9 +9,9 @@ interface UniqueIdentifierGenerator
|
|||
/**
|
||||
* Generate a unique identifier.
|
||||
*
|
||||
* @param string $domain
|
||||
* @param string[] $domains
|
||||
* @param array $data
|
||||
* @return string
|
||||
*/
|
||||
public static function handle(string $domain, array $data = []): string;
|
||||
public static function handle(array $domains, array $data = []): string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue