File tree Expand file tree Collapse file tree
src/Scaffolding/Commands/Queue Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function execute( array $parameters = [] ): int
7777 $ this ->output ->info ( " - Configuration exists " );
7878 $ this ->output ->write ( "\n" );
7979
80- if ( !$ this ->input -> confirm ( "Do you want to continue anyway? " , false ) )
80+ if ( !$ this ->confirm ( "Do you want to continue anyway? " , false ) )
8181 {
8282 $ this ->output ->info ( "Installation cancelled. " );
8383 return 0 ;
@@ -116,7 +116,7 @@ public function execute( array $parameters = [] ): int
116116 // Ask to run migration
117117 $ this ->output ->write ( "\n" );
118118
119- if ( $ this ->input -> confirm ( "Would you like to run the queue migration now? " , true ) )
119+ if ( $ this ->confirm ( "Would you like to run the queue migration now? " , true ) )
120120 {
121121 if ( !$ this ->runMigration () )
122122 {
You can’t perform that action at this time.
0 commit comments