| Current Path : /var/www/html/dyna-project/assets/ |
| Current File : /var/www/html/dyna-project/assets/HighchartganttAssets.php |
<?php
namespace app\assets;
use yii\web\AssetBundle;
class HighchartganttAssets extends AdminAsset {
//public $css = [];
public $js = [
'https://code.highcharts.com/gantt/highcharts-gantt.js',
'https://code.highcharts.com/gantt/modules/exporting.js',
];
public $depends = ['yii\web\YiiAsset',];
}