Skip to content

Commit 6e68279

Browse files
style: Apply fixes from StyleCI (#10)
Co-authored-by: Mitul Golakiya <[email protected]>
1 parent 9615039 commit 6e68279

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/AdminLTEPreset.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ public function __construct(Command $command, $isFortify = false)
3333
protected static function updatePackageArray(array $packages)
3434
{
3535
return [
36-
'bootstrap' => '^4.6.0',
37-
'jquery' => '^3.6',
38-
'popper.js' => '^1.16',
39-
'admin-lte' => '^3.1',
40-
'sass' => '^1.32.11',
41-
'sass-loader' => '^11.0.1',
42-
] + $packages;
36+
'bootstrap' => '^4.6.0',
37+
'jquery' => '^3.6',
38+
'popper.js' => '^1.16',
39+
'admin-lte' => '^3.1',
40+
'sass' => '^1.32.11',
41+
'sass-loader' => '^11.0.1',
42+
] + $packages;
4343
}
4444

4545
public function install()

0 commit comments

Comments
 (0)