From c84fc0bee127aa68204cf57e7ddbc7de560960f7 Mon Sep 17 00:00:00 2001 From: Laraveldeep Date: Wed, 27 Sep 2017 00:44:17 +0545 Subject: [PATCH] Update bootstrapping function --- src/BulmaPreset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BulmaPreset.php b/src/BulmaPreset.php index be00cad..1ed2175 100644 --- a/src/BulmaPreset.php +++ b/src/BulmaPreset.php @@ -17,6 +17,7 @@ public static function install($withAuth = false) { static::updatePackages(); static::updateSass(); + static::updateBootstrapping(); if($withAuth) {