Skip to content

Commit

Permalink
Merge pull request #585 from jolicode/sfavot-patch-1
Browse files Browse the repository at this point in the history
Fix typo in dot-env.md
  • Loading branch information
lyrixx authored Nov 28, 2024
2 parents 4111cfd + 31f6cee commit ba22a02
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 ba22a02

Please sign in to comment.