Skip to content

Commit

Permalink
Update typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Aug 13, 2020
1 parent 5c887c2 commit 2f6ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tenancy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f6ff33

Please sign in to comment.