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.x] Make commands lazy #1399

Merged
merged 4 commits into from
Mar 19, 2024
Merged

Conversation

timacdonald
Copy link
Member

@timacdonald timacdonald commented Mar 18, 2024

@timacdonald timacdonald marked this pull request as draft March 18, 2024 23:57
Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@@ -52,7 +54,6 @@ protected function registerHorizonServiceProvider()
$namespace = Str::replaceLast('\\', '', $this->laravel->getNamespace());

if (file_exists($this->laravel->bootstrapPath('providers.php'))) {
// @phpstan-ignore-next-line
Copy link
Member Author

Choose a reason for hiding this comment

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

PHPStan in CI was complaining that it didn't need this.

https://github.com/laravel/horizon/actions/runs/8335290386/job/22810504345

@timacdonald timacdonald marked this pull request as ready for review March 19, 2024 03:19
@taylorotwell taylorotwell merged commit 42300e0 into laravel:5.x Mar 19, 2024
10 checks passed
@timacdonald timacdonald deleted the command-attribute branch March 20, 2024 03:31
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.

2 participants