Skip to content

Commit

Permalink
style: Apply fixes from StyleCI (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitul Golakiya <[email protected]>
  • Loading branch information
mitulgolakiya and mitulgolakiya authored Jul 7, 2021
1 parent 9615039 commit 6e68279
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/AdminLTEPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6e68279

Please sign in to comment.