Skip to content

Commit

Permalink
Fixed Yandex client
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Aug 9, 2016
1 parent 7193e56 commit b0df565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions clients/LinkedIn.php
Expand Up @@ -11,10 +11,9 @@

namespace dektrium\user\clients;

use dektrium\user\clients\ClientInterface;
use yii\authclient\clients\LinkedIn as BaseLinkedIn;

/*
/**
* @author Sam Mousa <sam@mousa.nl>
*/
class LinkedIn extends BaseLinkedIn implements ClientInterface
Expand Down
2 changes: 1 addition & 1 deletion clients/Yandex.php
Expand Up @@ -12,7 +12,7 @@
namespace dektrium\user\clients;

use Yii;
use yii\authclient\clients\YandexOAuth as BaseYandex;
use yii\authclient\clients\Yandex as BaseYandex;

/**
* @author Dmitry Erofeev <dmeroff@gmail.com>
Expand Down

0 comments on commit b0df565

Please sign in to comment.