Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
akutaktau committed Dec 1, 2020
1 parent eb48585 commit 088a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/FacebookComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function login() {
return $loginUrl;
}

public function getConfig() {
public function getConfig($key = NULL, $default = NULL) {
$this->convertUrl();

return $this->_config;
Expand Down

0 comments on commit 088a983

Please sign in to comment.