Skip to content

Commit d88568d

Browse files
committed
Update config.php
1 parent 9554486 commit d88568d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
'env' => 'UnderstandFieldProvider::getEnvironment',
4747
'url' => 'UnderstandFieldProvider::getUrl',
4848
'method' => 'UnderstandFieldProvider::getRequestMethod',
49-
'client_id' => 'UnderstandFieldProvider::getClientIp',
49+
'client_ip' => 'UnderstandFieldProvider::getClientIp',
5050
'user_agent' => 'UnderstandFieldProvider::getClientUserAgent'
5151
]
5252
]
5353
]
5454

55-
];
55+
];

0 commit comments

Comments
 (0)