Skip to content

Commit 8fbca20

Browse files
authored
Implemented workaround for UiCommand
1 parent b9122d6 commit 8fbca20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/BulmaPreset.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
use Artisan;
55
use Illuminate\Support\Arr;
66
use Illuminate\Filesystem\Filesystem;
7-
use Illuminate\Foundation\Console\Presets\Preset;
7+
use Laravel\Ui\UiCommand;
88

9-
class BulmaPreset extends Preset
9+
10+
class BulmaPreset extends UICommand
1011
{
1112
/**
1213
* Install the preset.
@@ -15,7 +16,6 @@ class BulmaPreset extends Preset
1516
*/
1617
public static function install($withAuth = false)
1718
{
18-
static::updatePackages();
1919
static::updateSass();
2020
static::updateBootstrapping();
2121

@@ -28,7 +28,6 @@ public static function install($withAuth = false)
2828
static::updateWelcomePage();
2929
}
3030

31-
static::removeNodeModules();
3231
}
3332

3433
/**

0 commit comments

Comments
 (0)