Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Force LinkPager to use Bootstrap 4
Browse files Browse the repository at this point in the history
Force LinkPager to use Bootstrap 4
  • Loading branch information
rossaddison authored May 11, 2020
1 parent 842fb22 commit a5c2af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
\frontend\components\Utilities::setLanguage();
}

//https://github.com/sjaakp/yii2-pluto/issues/18 Closed.
Yii::$container->set('yii\widgets\LinkPager', 'yii\bootstrap4\LinkPager');

Yii::$app->run();
Yii::$app->run();

0 comments on commit a5c2af7

Please sign in to comment.