mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:34:03 +00:00
Update typehint
This commit is contained in:
parent
5c887c29f4
commit
2f6ff33bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class Tenancy
|
|||
* @param Tenant|int|string $tenant
|
||||
* @return void
|
||||
*/
|
||||
public function initialize(Tenant $tenant): void
|
||||
public function initialize($tenant): void
|
||||
{
|
||||
if ($this->initialized && $this->tenant->getTenantKey() === $tenant->getTenantKey()) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue