Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.3] Sets visibility VendorPublishCommand::publishTag() to protected #15461

Merged
merged 1 commit into from
Sep 16, 2016

Conversation

MaxHumme
Copy link
Contributor

Visibility was set to private. Setting it to protected (like all other non public methods in VendorPublishCommand and every other command) makes it possible to override the fire() method when subclassing VendorPublishCommand.

Makes it possible to use fire() when subclassing VendorPublishCommand, like all other commands.
@GrahamCampbell GrahamCampbell changed the title Sets visibility VendorPublishCommand::publishTag() to protected [5.3] Sets visibility VendorPublishCommand::publishTag() to protected Sep 16, 2016
@GrahamCampbell
Copy link
Member

Seems ok to me. Not BC breaking at least. :)

@taylorotwell taylorotwell merged commit 98cf37f into laravel:5.3 Sep 16, 2016
@MaxHumme MaxHumme deleted the bugfix/VendorPublishCommand branch October 11, 2017 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants