%PDF- %PDF-
| Direktori : /home2/vacivi36/intranet.vacivitta.com.br/protected/vendor/yiisoft/yii2-debug/src/ |
| Current File : //home2/vacivi36/intranet.vacivitta.com.br/protected/vendor/yiisoft/yii2-debug/src/DbAsset.php |
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\debug;
use yii\web\AssetBundle;
/**
* DB asset bundle
*
* @author Simon Karlen (simi.albi@outlook.com)
* @since 2.1.0
*/
class DbAsset extends AssetBundle
{
/**
* {@inheritdoc}
*/
public $sourcePath = '@yii/debug/assets';
/**
* {@inheritdoc}
*/
public $js = [
'js/db.js',
];
}