Skip to content
Prev Previous commit
Next Next commit
Update VendorPublishCommand.php
  • Loading branch information
taylorotwell authored Mar 4, 2021
commit 81d684764ee4a16d28a191f5f47f579a5a4a35ab
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ protected function parseChoice($choice)
protected function publishTag($tag)
{
$published = false;

$pathsToPublish = $this->pathsToPublish($tag);

foreach ($pathsToPublish as $from => $to) {
Expand Down