Commit 47960e8f by Paul Klimov

Fix a typo

parent aa34d312
...@@ -21,7 +21,7 @@ use yii\authclient\OAuth2; ...@@ -21,7 +21,7 @@ use yii\authclient\OAuth2;
* 'authClientCollection' => [ * 'authClientCollection' => [
* 'class' => 'yii\authclient\Collection', * 'class' => 'yii\authclient\Collection',
* 'clients' => [ * 'clients' => [
* 'google' => [ * 'vkontakte' => [
* 'class' => 'yii\authclient\clients\VKontakte', * 'class' => 'yii\authclient\clients\VKontakte',
* 'clientId' => 'vkontakte_client_id', * 'clientId' => 'vkontakte_client_id',
* 'clientSecret' => 'vkontakte_client_secret', * 'clientSecret' => 'vkontakte_client_secret',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment