Don't prompt for tag files [Fix #3453]
This commit is contained in:
@@ -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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user