8000 Add :env_name template parameter · jgarrettvml/codebird-php@ca45f94 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca45f94

Browse files
committed
Add :env_name template parameter
1 parent f2265fc commit ca45f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codebird.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ protected function _mapFnInsertSlashes($function)
991991
protected function _mapFnRestoreParamUnderscores($method)
992992
{
993993
$params = [
994-
'screen_name', 'place_id',
994+
'screen_name', 'place_id', 'env_name',
995995
'account_id', 'campaign_id', 'card_id', 'line_item_id',
996996
'tweet_id', 'web_event_tag_id'
997997
];

0 commit comments

Comments
 (0)
0