Skip to content

Commit a438d15

Browse files
authored
Update RequestContextProvider.php
1 parent 7e00dc2 commit a438d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestContextProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(Request $currentRequest = null)
4343
public function getContext(): ?array
4444
{
4545
if ($this->currentRequest === null) {
46-
return;
46+
return null;
4747
}
4848

4949
$controller = null;

0 commit comments

Comments
 (0)