We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9f93b commit 6745f88Copy full SHA for 6745f88
src/Commands/InstallCommand.php
@@ -23,8 +23,8 @@ public function handle(): void
23
24
$withoutInteraction = $this->option('no-interaction');
25
26
- $this->callSilent('vendor:publish', ['--tag' => 'nativephp-provider']);
27
- $this->callSilent('vendor:publish', ['--tag' => 'nativephp-config']);
+ $this->call('vendor:publish', ['--tag' => 'nativephp-provider']);
+ $this->call('vendor:publish', ['--tag' => 'nativephp-config']);
28
29
$installer = $this->getInstaller($this->option('installer'), $withoutInteraction);
30
0 commit comments