Merge pull request #3460 from k1-hedayati/patch-1

Don't prompt for tag files [Fix #3453]
This commit is contained in:
James Brooks
2019-02-05 06:50:21 +00:00
committed by GitHub
+1 -1
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]);
} }
/** /**