Skip to content

Commit

Permalink
Fix bag values (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelgalic committed Oct 18, 2024
1 parent 9664e7b commit 1af90ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/bags/firehub.RequestHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ protected function adapt ():array {
'if_modified_since' => 'HTTP_IF_MODIFIED_SINCE',
'if_unmodified_since' => 'HTTP_IF_UNMODIFIED_SINCE',
'if_none_match' => 'HTTP_IF_NONE_MATCH',
'permissions_policy' => 'HTTP_PERMISSIONS-POLICY',
'permissions_policy' => 'HTTP_PERMISSIONS_POLICY',
'remote_address' => 'REMOTE_ADDR',
'remote_address_forwarded' => 'HTTP_X_FORWARDED_FOR',
'client_ip' => 'HTTP_CLIENT_IP',
Expand Down

0 comments on commit 1af90ae

Please sign in to comment.