Skip to content

Commit 61ddf2c

Browse files
committed
cleanup
1 parent 5214eb9 commit 61ddf2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Http/Context/SharpContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function globalFilterValue(string $handlerClassOrKey): array|string|null
2727
}
2828
}
2929

30-
return $handler?->currentValue();
30+
return $handler->currentValue();
3131
}
3232

3333
public function globalFilterUrlSegmentValue(): string

0 commit comments

Comments
 (0)