From 1a12d1cf65b09b43f56c9811f5cfc0e5f9d5393d Mon Sep 17 00:00:00 2001 From: simialbi Date: Sun, 19 Dec 2021 13:10:37 +0100 Subject: [PATCH] Do not force icon asset --- src/BootstrapAsset.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/BootstrapAsset.php b/src/BootstrapAsset.php index edfa23c..42a615d 100644 --- a/src/BootstrapAsset.php +++ b/src/BootstrapAsset.php @@ -18,9 +18,4 @@ class BootstrapAsset extends AssetBundle 'css/bootstrap.css', ]; public $js = []; - - public $depends = [ - BootstrapIconAsset::class - ]; - }