Skip to content

Commit

Permalink
Merge pull request #9 from bodilych/master
Browse files Browse the repository at this point in the history
[fix] new class name in oauth
  • Loading branch information
krivochenko authored Oct 18, 2016
2 parents 119fc6b + ee0fa07 commit 926357b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/oauth/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use budyaga\users\models\User;
use budyaga\users\models\UserOauthKey;

class Google extends \yii\authclient\clients\GoogleOAuth
class Google extends \yii\authclient\clients\Google
{
/**
* @inheritdoc
Expand Down
2 changes: 1 addition & 1 deletion components/oauth/Yandex.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use budyaga\users\models\User;
use budyaga\users\models\UserOauthKey;

class Yandex extends \yii\authclient\clients\YandexOAuth
class Yandex extends \yii\authclient\clients\Yandex
{

public function getViewOptions()
Expand Down

0 comments on commit 926357b

Please sign in to comment.