Skip to content

Commit

Permalink
Merge 8c26fc5 into f9f7bdb
Browse files Browse the repository at this point in the history
  • Loading branch information
joladev committed Jul 26, 2019
2 parents f9f7bdb + 8c26fc5 commit 95af797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Castle/RequestContext.php
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 95af797

Please sign in to comment.