arborrow / montserrat

A retreat management application written in Laravel
12 stars 4 forks source link

Laravel logger throwing PHP Warning #555

Open arborrow opened 6 months ago

arborrow commented 6 months ago

LOG.warning: Calling static trait method jeremykenedy\LaravelLogger\App\Http\Traits\ActivityLogger::storeActivity is deprecated, it should only be called on a class using the trait in /var/www/html/vendor/jeremykenedy/laravel-logger/src/App/Http/Traits/ActivityLogger.php on line 92

The issue is addressed in https://github.com/jeremykenedy/laravel-logger/pull/166 but that has only been committed against master and not any of the other tags/versions (namely v8).

I have created the wip-logger branch for this issue.