You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #503 [Examples] Fix env() function to check for empty string values (OskarStark)
This PR was merged into the main branch.
Discussion
----------
[Examples] Fix `env()` function to check for empty string values
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Docs? | no
| Issues | --
| License | MIT
The env() function now checks both isset() and empty string to properly handle environment variables defined in .env but with empty values.
Commits
-------
ee068ab Fix env() function to check for empty string values
0 commit comments