1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:54:04 +00:00

phpstan fixes

This commit is contained in:
Samuel Štancl 2022-11-29 10:31:37 +01:00
parent ad29909a16
commit 45aac1a718
2 changed files with 5 additions and 2 deletions

View file

@ -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) {