for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the CJTTERABYTESOFT yii2-widgets
*
* (c) CJT TERABYTE LLC yii2-extension <https://github.com/cjtterabytesoft/yii2-jvectormap>
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code
* @link: https://github.com/cjtterabytesoft/yii2-jvectormap
* @author: Wilmer Arámbula <[email protected]>
* @copyright: (c) CJT TERABYTE LLC
* @Widget: [yii2-jvectormap]
* @Assets: [MapCustomAsset]
* @since: 0.0.1-dev
**/
namespace cjtterabytesoft\widget\jvectormap\assets;
use yii\web\AssetBundle;
class MapCustomAsset extends AssetBundle
{
public $sourcePath = '@webroot/maps/js';
public function registerAssetFiles($view) {
parent::registerAssetFiles($view);
}