File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -154,11 +154,9 @@ protected function installLivewireStack()
154
154
return false ;
155
155
}
156
156
157
- if ($ this ->option ('api ' )) {
158
- $ this ->call ('install:api ' , [
159
- '--without-migration-prompt ' => true ,
160
- ]);
161
- }
157
+ $ this ->call ('install:api ' , [
158
+ '--without-migration-prompt ' => true ,
159
+ ]);
162
160
163
161
// Update Configuration...
164
162
$ this ->replaceInFile ('inertia ' , 'livewire ' , config_path ('jetstream.php ' ));
@@ -342,11 +340,9 @@ protected function installInertiaStack()
342
340
return false ;
343
341
}
344
342
345
- if ($ this ->option ('api ' )) {
346
- $ this ->call ('install:api ' , [
347
- '--without-migration-prompt ' => true ,
348
- ]);
349
- }
343
+ $ this ->call ('install:api ' , [
344
+ '--without-migration-prompt ' => true ,
345
+ ]);
350
346
351
347
// Install NPM packages...
352
348
$ this ->updateNodePackages (function ($ packages ) {
You can’t perform that action at this time.
0 commit comments