Skip to content

Commit

Permalink
use absolute link
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jun 15, 2024
1 parent b50de2d commit 0ff19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add variables to the environment

The framework exposes an [`Environment`](../src/Environment.php) object with values coming from `\getenv()`. If you want to add variables and make them available to the rest of your application you can do it like this:
The framework exposes an [`Environment`](https://github.com/Innmind/framework/blob/develop/src/Environment.php) object with values coming from `\getenv()`. If you want to add variables and make them available to the rest of your application you can do it like this:

```php
use Innmind\Framework\{
Expand Down

0 comments on commit 0ff19cc

Please sign in to comment.