spatie / ray

Debug with Ray to fix problems faster
https://myray.app
MIT License
564 stars 102 forks source link

Added createFromArray method on SettingsFactory #708

Closed doekenorg closed 2 years ago

doekenorg commented 2 years ago

For the symfony-ray bundle I'm creating, I needed a settings factory method that accepts the configuration as an array; so I can use the normal Symfony configuration way.

Instead of creating another simple factory class, I figure I'd add it to the original factory class.

freekmurze commented 2 years ago

Thanks!