From a3048387e04cf5f7ece7ee0c1ab2ed2759f270b5 Mon Sep 17 00:00:00 2001 From: Mitul Golakiya Date: Wed, 7 Jul 2021 11:00:13 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/AdminLTEPreset.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/AdminLTEPreset.php b/src/AdminLTEPreset.php index 63fe99a..bf3aa43 100644 --- a/src/AdminLTEPreset.php +++ b/src/AdminLTEPreset.php @@ -33,13 +33,13 @@ public function __construct(Command $command, $isFortify = false) protected static function updatePackageArray(array $packages) { return [ - 'bootstrap' => '^4.6.0', - 'jquery' => '^3.6', - 'popper.js' => '^1.16', - 'admin-lte' => '^3.1', - 'sass' => '^1.32.11', - 'sass-loader' => '^11.0.1', - ] + $packages; + 'bootstrap' => '^4.6.0', + 'jquery' => '^3.6', + 'popper.js' => '^1.16', + 'admin-lte' => '^3.1', + 'sass' => '^1.32.11', + 'sass-loader' => '^11.0.1', + ] + $packages; } public function install()