Skip to content

Commit

Permalink
fix : getOauth2Url return value
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Feb 12, 2024
1 parent 837eed2 commit 6a62b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Provider/OAuth2/ShopProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ public static function create()
}

/**
* @return void
* @return string
*
* @throws \Exception
*/
public function getOauth2Url()
{
$this->module->getParameter('ps_accounts.oauth2_url');
return $this->module->getParameter('ps_accounts.oauth2_url');
}

/**
Expand Down

0 comments on commit 6a62b88

Please sign in to comment.