Don't prompt for tag files [Fix #3453]

This commit is contained in:
Keyvan Hedayati
2019-02-05 09:13:11 +03:30
committed by GitHub
parent 785c6a5381
commit c6adb0d3a8

View File

@@ -177,7 +177,7 @@ class CommandSubscriber
*/ */
public function onPublishVendors(Command $command) public function onPublishVendors(Command $command)
{ {
$command->call('vendor:publish'); $command->call('vendor:publish', ['--all' => true]);
} }
/** /**