Skip to content

Commit

Permalink
Merge e940a1f into 879a161
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Aug 30, 2016
2 parents 879a161 + e940a1f commit 618b4db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -152,11 +152,11 @@ Already defined `$_SERVER` entries will result in an immediate `LogicException`,
$overwrite = true;
$Loader = (new josegonzalez\Dotenv\Loader('path/to/.env'))
->parse()
->putenv($overwrite); // Throws LogicException if ->parse() is not called first
->putenv($overwriteENV); // Throws LogicException if ->parse() is not called first
?>
```

Already defined `getenv()` entries will result in an immediate `LogicException`, unless `$overwriteSERVER` is set to `true` (default `false`).
Already defined `getenv()` entries will result in an immediate `LogicException`, unless `$overwriteENV` is set to `true` (default `false`).

### Setting key prefixes

Expand Down

0 comments on commit 618b4db

Please sign in to comment.