Skip to content

Commit

Permalink
[5.3] Sets visibility VendorPublishCommand::publishTag() to protected (
Browse files Browse the repository at this point in the history
…#15461)

Makes it possible to use fire() when subclassing VendorPublishCommand, like all other commands.
  • Loading branch information
MaxHumme authored and taylorotwell committed Sep 16, 2016
1 parent 92b3406 commit 98cf37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/VendorPublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function fire()
* @param string $tag
* @return mixed
*/
private function publishTag($tag)
protected function publishTag($tag)
{
$paths = ServiceProvider::pathsToPublish(
$this->option('provider'), $tag
Expand Down

0 comments on commit 98cf37f

Please sign in to comment.