TappNetwork / filament-authentication-log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Call to undefined method App\Models\User::authentications()

LionHackerman opened this issue · comments

When logging in or signing out I get the error "Call to undefined method App\Models\User::authentications()".

New issue: This cache store does not support tagging.

commented

Check the docs for https://rappasoft.com/docs/laravel-authentication-log/v1/start/configuration#content-setting-up-your-model

Also you can use array by editing your .env file

CACHE_DRIVER=array

I'm pretty sure this error is due to a version mismatch. I think v4 introduced authentications() relation:
https://github.com/rappasoft/laravel-authentication-log