mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:54:04 +00:00
phpstan fixes
This commit is contained in:
parent
ad29909a16
commit
45aac1a718
2 changed files with 5 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ class InitializeTenancyByPath extends IdentificationMiddleware
|
|||
|
||||
protected function route(Request $request): Route
|
||||
{
|
||||
/** @var Route $route */
|
||||
/** @var ?Route $route */
|
||||
$route = $request->route();
|
||||
|
||||
if (! $route) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue