mirror of
https://github.com/archtechx/tenancy.git
synced 2026-08-06 17:54:05 +00:00
phpstan fixes
old ignore no longer necessary, two new ignores are needed (the added ignores are not necessary in PHP 8.5 but at this time our CI still runs on PHP 8.4)
This commit is contained in:
parent
17706f8e2c
commit
3156c87ee3
2 changed files with 2 additions and 3 deletions
|
|
@ -30,7 +30,6 @@ if (! function_exists('tenant')) {
|
|||
return app(Tenant::class);
|
||||
}
|
||||
|
||||
// @phpstan-ignore-next-line nullsafe.neverNull
|
||||
return app(Tenant::class)?->getAttribute($key);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue