File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88use Statamic \StaticSite \GenerationFailedException ;
99use Statamic \StaticSite \Generator ;
1010use Wilderborn \Partyline \Facade as Partyline ;
11+
1112use function Laravel \Prompts \confirm ;
1213
1314class StaticSiteGenerate extends Command
@@ -74,7 +75,7 @@ public function handle()
7475 }
7576
7677 if (! $ workers = $ this ->option ('workers ' )) {
77- $ this ->components ->info ('You may be able to speed up site generation significantly by installing spatie/fork and using multiple workers. ' );
78+ $ this ->components ->info ('You may be able to speed up site generation significantly by installing spatie/fork and using multiple workers. ' );
7879 }
7980
8081 try {
Original file line number Diff line number Diff line change 2626use Statamic \Statamic ;
2727use Statamic \Support \Str ;
2828use Wilderborn \Partyline \Facade as Partyline ;
29+
2930use function Laravel \Prompts \spin ;
3031
3132class Generator
You can’t perform that action at this time.
0 commit comments