willvincent / feeds

A simple Laravel service provider for including the SimplePie library.
MIT License
309 stars 76 forks source link

Fix for #46 (and format code in the process). #53

Closed koenhoeijmakers closed 5 years ago

koenhoeijmakers commented 6 years ago

I've fixed the error ErrorException: Undefined index: ssl_check.disabled as described in #49

And formatted the code a bit in the process.

pierrocknroll commented 5 years ago

Why did you change "SimplePie" to "simplePie" in your imports ?!

koenhoeijmakers commented 5 years ago

Looks like a bad find and replace, i have made a PR to fix this.