Skip to content

Commit

Permalink
Merge pull request #3460 from k1-hedayati/patch-1
Browse files Browse the repository at this point in the history
Don't prompt for tag files [Fix #3453]
  • Loading branch information
jbrooksuk committed Feb 5, 2019
2 parents 785c6a5 + c6adb0d commit a99a8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Subscribers/CommandSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public function onCacheRoutes(Command $command)
*/
public function onPublishVendors(Command $command)
{
$command->call('vendor:publish');
$command->call('vendor:publish', ['--all' => true]);
}

/**
Expand Down

0 comments on commit a99a8fe

Please sign in to comment.