mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 03:01:21 +08:00
new asset WIP
This commit is contained in:
@@ -17,9 +17,8 @@ use yii\web\AssetBundle;
|
||||
*/
|
||||
class CaptchaAsset extends AssetBundle
|
||||
{
|
||||
public $sourcePath = '@yii/assets';
|
||||
public $js = [
|
||||
'yii.captcha.js',
|
||||
'yii2/assets/yii.captcha.js',
|
||||
];
|
||||
public $depends = [
|
||||
'yii\web\YiiAsset',
|
||||
|
||||
Reference in New Issue
Block a user