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

Allow renew() to be called without parameters #1465

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

drbyte
Copy link
Contributor

@drbyte drbyte commented Dec 27, 2023

A reasonable default is set here, consistent with the default set in other places.

Fixes #1464
Updates #1461

@driesvints Can you review and consider releasing a patch, since this is a breaking bug that occurs on valet install (which people run not only to install Valet, but also after upgrading it)

A reasonable default is set here, consistent with the default set in other places.

Fixes laravel#1464
Updates laravel#1461
@einardivision
Copy link

Just manually patched my file, can confirm this resolves the error:

Fatal error: Uncaught ArgumentCountError: Too few arguments to function Valet\Site::renew(), 0 passed in /Users/einarb/.composer/vendor/laravel/valet/cli/includes/facades.php on line 22 and exactly 1 expected in /Users/einarb/.composer/vendor/laravel/valet/cli/Valet/Site.php:506

Thank you!

@driesvints driesvints merged commit e3e5bea into laravel:master Jan 1, 2024
5 checks passed
@driesvints
Copy link
Member

Thanks! Will release this.

@drbyte drbyte deleted the patch-1 branch January 1, 2024 14:21
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.

Valet install - not starting nginx and dnsmasq
4 participants