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

Update README.md to remove named parameter from make #227

Merged
merged 1 commit into from
May 21, 2024

Conversation

arnebr
Copy link
Contributor

@arnebr arnebr commented May 13, 2024

Named parameters are not handled correct by the ::make() which calls func_get_args(). Remove the parameter region to make example work.

Details and fixes #213

Named parameters are given via func_get_args. Remove the parameter to example work.

Fixes spatie#213
@Nielsvanpach
Copy link
Member

Thanks!

@Nielsvanpach Nielsvanpach merged commit fdd5779 into spatie:main May 21, 2024
14 checks passed
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.

[Bug]: README region code example is incorrect
3 participants