itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.69k stars 321 forks source link

Vanilla Integration: Use `getenv()` instead of `$_ENV` for configuration access #679

Closed UlrichEckhardt closed 9 months ago

UlrichEckhardt commented 9 months ago

This PR comes from a discussion in #675 and fixes one obstacle to the Mezzio integration, but also a general bug that other code would be affected by. Thanks to original author @DominicDetta!

itsgoingd commented 9 months ago

Thanks!