1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00
This commit is contained in:
Matej Baco 2022-02-05 16:49:34 +01:00
parent ecb1d21953
commit 9d24a1532b

View file

@ -78,10 +78,10 @@ class Bitly extends OAuth2
])
);
$output = [];
\parse_str($response, $output);
$this->tokens = $output;
}
$output = [];
\parse_str($response, $output);
$this->tokens = $output;
}
return $this->tokens;
}