Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

Change to double-quoted string #78

Closed alexanderfrodeberg closed 7 months ago

alexanderfrodeberg commented 8 months ago

With single quotes ('\n'), the str_replace() function won't recognize it as a newline character. It will look for the literal sequence of a backslash followed by n, which I don't think we want.

alexanderfrodeberg commented 7 months ago

When could this be merged? 🙂 @Sammyjo20

Sammyjo20 commented 7 months ago

Sorry about the delay!