mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 18:44:03 +00:00
Remove unnecessary typehints
This commit is contained in:
parent
6735d0a589
commit
e93e766f92
5 changed files with 6 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ class Tenant extends Model implements Contracts\Tenant
|
|||
return 'id';
|
||||
}
|
||||
|
||||
public function getTenantKey(): ?string
|
||||
public function getTenantKey()
|
||||
{
|
||||
return $this->getAttribute($this->getTenantKeyName());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue