From a5c2af7105c504ecf2cb1df542ebc9dac49c2aae Mon Sep 17 00:00:00 2001 From: Ross Addison Date: Mon, 11 May 2020 10:31:40 +0100 Subject: [PATCH] Force LinkPager to use Bootstrap 4 Force LinkPager to use Bootstrap 4 --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 3aa72743..75fc5f66 100644 --- a/index.php +++ b/index.php @@ -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(); \ No newline at end of file +Yii::$app->run();