Commit 2625f3a2 by Alexander Makarov

Merge pull request #4172 from mrarthur/patch-1

Missing semicolon
parents 403eafdb dbf10f18
......@@ -63,7 +63,7 @@ class SiteController extends Controller
'class' => 'yii\authclient\AuthAction',
'successCallback' => [$this, 'successCallback'],
],
]
];
}
public function successCallback($client)
......
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