File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 77use Symfony \Component \Console \Input \InputInterface ;
88use Symfony \Component \Console \Input \InputOption ;
99use Symfony \Component \Console \Output \OutputInterface ;
10+
1011use function Laravel \Prompts \confirm ;
1112
1213#[AsCommand(name: 'make:perimeter ' )]
@@ -119,12 +120,12 @@ protected function getOptions()
119120 */
120121 protected function afterPromptingForMissingArguments (InputInterface $ input , OutputInterface $ output )
121122 {
122- if ($ this ->didReceiveOptions ($ input )) {
123- return ;
124- }
123+ if ($ this ->didReceiveOptions ($ input )) {
124+ return ;
125+ }
125126
126- if (confirm ('Should this perimeter be an overlay? ' , false )) {
127- $ input ->setOption ('overlay ' , true );
128- }
127+ if (confirm ('Should this perimeter be an overlay? ' , false )) {
128+ $ input ->setOption ('overlay ' , true );
129+ }
129130 }
130131}
You can’t perform that action at this time.
0 commit comments