daylerees / sanitizer

Sanitize data using a number of mutation methods.
259 stars 22 forks source link

laravel 5.4 FatalThrowableError #18

Closed ghost closed 7 years ago

ghost commented 7 years ago

Call to undefined method Illuminate\Foundation\Application::share() in vendor/daylerees/sanitizer/src/SanitizerServiceProvider.php:16, As of laravel 5.4 share has been removed. You will have to use the singleton instead.

antonioreyna commented 7 years ago

same problem

daylerees commented 7 years ago

Fixed in merged PR. Thanks.