JustSteveKing / laravel-envoyer-sdk

A simple to use PHP class to work with the Laravel Envoyer API
MIT License
36 stars 15 forks source link

\JustSteveKing\Laravel\Envoyer\SDK\Resources\Environment::put content does not merge with newlines #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

When I use \JustSteveKing\Laravel\Envoyer\SDK\Resources\Environment::put with multiple arguments it should be merged with newlines, instead this happens: APP_NAME=Laravel\nAPP_ENV=production\nAPP_KEY=

ghost commented 3 years ago

I've created a pull request to fix this problem