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

[6.x] Vendor publish improvement #30408

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

yakryder
Copy link
Contributor

Fixes #23169

@yakryder yakryder force-pushed the vendor-publish-bug-fix branch 2 times, most recently from bf4cf1a to c32e47e Compare October 23, 2019 23:07
@GrahamCampbell GrahamCampbell changed the title Vendor publish bug fix/improvement [6.x] Vendor publish improvement Oct 24, 2019
*
* @var bool
*/
protected $published;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't this be just a local variable where it's used?


$this->published = true;
}
if ($this->published) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A newline could be here to improve readability.

@taylorotwell taylorotwell merged commit 76b39de into laravel:6.x Oct 24, 2019
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.

Vendor:publish needs to be more informative
4 participants