Skip to content

Commit

Permalink
Update dot-env.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sfavot authored Nov 28, 2024
1 parent 4111cfd commit 31f6cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/going-further/interacting-with-castor/dot-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function show_database_url(): void
{
$env = load_dot_env();

io()->writeln($env['DATABASE_URL']) ?? throw new \RuntimeException('DATABASE_URL is not defined'));
io()->writeln($env['DATABASE_URL']) ?? throw new \RuntimeException('DATABASE_URL is not defined');
}
```

Expand Down

0 comments on commit 31f6cee

Please sign in to comment.