matfish2 / eloquent-logger

Log Eloquent model changes to a designated logs table
https://packagist.org/packages/fish/eloquent-logger
MIT License
8 stars 3 forks source link

Call to undefined method Illuminate\Foundation\Application::share() #3

Closed fureszk closed 6 years ago

fureszk commented 7 years ago

Breaks the application if I add the package to providers with error:

[Symfony\Component\Debug\Exception\FatalThrowableError]
Call to undefined method Illuminate\Foundation\Application::share()

Laravel 5.4

rettigd commented 7 years ago

I've created a PR to correct this https://github.com/matfish2/eloquent-logger/pull/4

ied3vil commented 6 years ago

@matfish2 can you please accept the PR and tag it so we can use it properly?