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

Fix PHP 8.1 deprecation warning #238

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

bakerkretzmar
Copy link
Contributor

In PHP 8.1 passing null to file_exists() is deprecated, so this PR just defaults that option to an empty string if it's not provided.

@taylorotwell taylorotwell merged commit 274f47b into laravel:2.x Jan 10, 2022
@bakerkretzmar bakerkretzmar deleted the file-exists-deprecation branch February 4, 2022 19:19
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