Skip to content

Commit

Permalink
Backwards compatibility improved
Browse files Browse the repository at this point in the history
  • Loading branch information
sander3 authored and m1guelpf committed Mar 20, 2019
1 parent 64b9edc commit 9c04448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct($key, $secret, $callbackUri, array $additionalProvid
* @param string $callbackUri
* @return string
*/
protected function formatRedirectUri(string $callbackUri)
protected function formatRedirectUri($callbackUri)
{
return Str::startsWith($callbackUri, '/')
? URL::to($callbackUri)
Expand Down

0 comments on commit 9c04448

Please sign in to comment.