芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2/widgets/PjaxAsset.php
* @since 2.0 */ class PjaxAsset extends AssetBundle { public $sourcePath = '@bower/yii2-pjax'; public $js = [ 'jquery.pjax.js', ]; public $depends = [ 'yii\web\YiiAsset', ]; }