Skip to content

Commit bc55d31

Browse files
style: Apply fixes from StyleCI (#4)
Co-authored-by: Mitul Golakiya <[email protected]>
1 parent 9d57647 commit bc55d31

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/AdminLTEPreset.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ public function __construct(Command $command)
3030
protected static function updatePackageArray(array $packages)
3131
{
3232
return [
33-
'bootstrap' => '^4.0.0',
34-
'jquery' => '^3.2',
35-
'popper.js' => '^1.12',
36-
'admin-lte' => '^3.0',
37-
'sass' => '^1.15.2',
38-
'sass-loader' => '^8.0.0',
39-
] + $packages;
33+
'bootstrap' => '^4.0.0',
34+
'jquery' => '^3.2',
35+
'popper.js' => '^1.12',
36+
'admin-lte' => '^3.0',
37+
'sass' => '^1.15.2',
38+
'sass-loader' => '^8.0.0',
39+
] + $packages;
4040
}
4141

4242
public function install()
@@ -65,7 +65,7 @@ protected static function updateWebpackConfiguration()
6565
*/
6666
protected static function updateSass()
6767
{
68-
(new Filesystem)->ensureDirectoryExists(resource_path('sass'));
68+
(new Filesystem())->ensureDirectoryExists(resource_path('sass'));
6969

7070
copy(__DIR__.'/../adminlte-stubs/bootstrap/_variables.scss', resource_path('sass/_variables.scss'));
7171
copy(__DIR__.'/../adminlte-stubs/bootstrap/app.scss', resource_path('sass/app.scss'));

0 commit comments

Comments
 (0)