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
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,4 +112,5 @@ if (!getenv('<LAST_ENV_APP_SHOULD_BE_AWARE_OF>')) {
112
112
}
113
113
```
114
114
115
-
For example if your app last introduced `FB_APP_ID` env, but this value is not already hard set in the machine, it would be loaded via `.env` file else you are already covered.
115
+
For example if your app last introduced `FB_APP_ID` env, but this value is not already hard set in the machine,
116
+
it would be loaded via `.env` file else you are already covered.
0 commit comments