File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22namespace LaravelFrontendPresets \BulmaPreset ;
33
44use Illuminate \Support \ServiceProvider ;
5- use Illuminate \ Foundation \ Console \ PresetCommand ;
5+ use Laravel \ Ui \ UiCommand ;
66
77class BulmaPresetServiceProvider extends ServiceProvider
88{
@@ -13,13 +13,13 @@ class BulmaPresetServiceProvider extends ServiceProvider
1313 */
1414 public function boot ()
1515 {
16- PresetCommand ::macro ('bulma ' , function ($ command ) {
16+ UiCommand ::macro ('bulma ' , function ($ command ) {
1717 BulmaPreset::install (false );
1818 $ command ->info ('Bulma scaffolding installed successfully. ' );
1919 $ command ->comment ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
2020 });
2121
22- PresetCommand ::macro ('bulma-auth ' , function ($ command ) {
22+ UiCommand ::macro ('bulma-auth ' , function ($ command ) {
2323 BulmaPreset::install (true );
2424 $ command ->info ('Bulma scaffolding with Auth views installed successfully. ' );
2525 $ command ->comment ('Please run "npm install && npm run dev" to compile your fresh scaffolding. ' );
You can’t perform that action at this time.
0 commit comments