Commit 538bd65a by Revin Roman

Fix alias in bundle

parent 924e4f97
......@@ -17,7 +17,7 @@ use yii\web\AssetBundle;
*/
class AuthChoiceAsset extends AssetBundle
{
public $sourcePath = '@vendor/yii2-authclient/assets';
public $sourcePath = '@yii/authclient/assets';
public $js = [
'authchoice.js',
];
......
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