Your IP : 216.73.216.79


Current Path : /var/www/html/kpwkmintranet/common/assets/
Upload File :
Current File : /var/www/html/kpwkmintranet/common/assets/AceEditorAsset.php

<?php

namespace common\assets;

use yii\web\AssetBundle;

class AceEditorAsset extends AssetBundle
{
    public $sourcePath = '@npm/ace-builds/src';
    public $js = [
        'ace.js',
    ];
    public $depends = [
        'yii\web\JqueryAsset',
        'yii\web\YiiAsset'
    ];
}