mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Unique ID generator 'handle' -> 'generate'
This commit is contained in:
parent
d480ea63da
commit
67bfb20e96
3 changed files with 3 additions and 3 deletions
|
|
@ -141,7 +141,7 @@ class Tenant implements ArrayAccess
|
|||
|
||||
public function generateId()
|
||||
{
|
||||
$this->id = $this->idGenerator->handle($this->domains, $this->data);
|
||||
$this->id = $this->idGenerator->generate($this->domains, $this->data);
|
||||
}
|
||||
|
||||
public function save(): self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue