From f8054e7f0febdbe85a6e53a5063e461879da35f3 Mon Sep 17 00:00:00 2001 From: cuileon Date: Sun, 23 Jul 2017 11:01:18 +0800 Subject: [PATCH] fix path --- IconAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IconAsset.php b/IconAsset.php index 992ba42..1f61ef8 100644 --- a/IconAsset.php +++ b/IconAsset.php @@ -17,7 +17,7 @@ */ class IconAsset extends AssetBundle { - public $sourcePath = '@bower/fortawesome'; + public $sourcePath = '@bower/fontawesome'; public $css = [ 'css/font-awesome.min.css',