Skip to content

Commit

Permalink
Merge 3bbe39e into 9744958
Browse files Browse the repository at this point in the history
  • Loading branch information
dbfx committed Jul 23, 2019
2 parents 9744958 + 3bbe39e commit 086ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Castle/RequestContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Castle_RequestContext
# Extract a request context from the $Server environment.
public static function extract() {
return array(
'clientId' => self::extractClientId(),
'client_id' => self::extractClientId(),
'ip' => self::extractIp(),
'headers' => self::extractHeaders(),
'user_agent' => self::extractUserAgent(),
Expand Down

0 comments on commit 086ebc7

Please sign in to comment.