tylercd100 / lern

LERN is a Laravel 5 package that will record exceptions into a database and will notify you via Email, Pushover or Slack.
MIT License
441 stars 37 forks source link

BugFix excludeKeys not working. Return filtered array. #43

Closed sroutier closed 7 years ago

sroutier commented 7 years ago

Fix for #42. Returning filtered data array. /s

tylercd100 commented 7 years ago

Thanks @sroutier!

I'll release a new version in a moment after I fix the tests