8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ad296 commit 6325759Copy full SHA for 6325759
components/dotenv.rst
@@ -58,8 +58,8 @@ Access the value with ``getenv()`` in your code::
58
$dbUser = getenv('DB_USER');
59
// you can also use ``$_ENV`` or ``$_SERVER``
60
61
-.. versionadded:: 4.1
62
- Passing ``true`` in ``Dotenv(true)`` constructor allow you to overwrite existing environment variables.
+.. versionadded:: 4.2
+ Passing ``true`` in ``Dotenv()`` constructor allow you to overwrite existing environment variables.
63
64
You should never store a ``.env`` file in your code repository as it might
65
contain sensitive information; create a ``.env.dist`` file with sensible
0 commit comments