Commit 621350213890bed3890e559b2289db3eccd999fb

Authored by Administrator
1 parent 661cf9fb

firs page

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/assets/AppAsset.php
... ... @@ -29,7 +29,8 @@ class AppAsset extends AssetBundle
29 29 'js/jquery.rating.js'
30 30 ];
31 31 public $depends = [
32   - 'yii\web\YiiAsset'
  32 + 'yii\web\YiiAsset',
  33 + 'yii\bootstrap\BootstrapAsset',
33 34 ];
34 35 public $jsOptions = array(
35 36 'position' => \yii\web\View::POS_HEAD
... ...