You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Since method Attachment->user() uses config('filer.user.model') to get the related user model class, the published config file should also provide a related entry like
'user' => [
'model' => App\User::class,
],
or something similar. Otherwise the use of the method will raise an execption
FatalErrorException in Model.php line 765: Class name must be a valid object or a string
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since method
Attachment->user()
usesconfig('filer.user.model')
to get the related user model class, the published config file should also provide a related entry likeor something similar. Otherwise the use of the method will raise an execption
The text was updated successfully, but these errors were encountered: