Implements on User model

Question, not sure if it's been raised before. I have a custom in-house authentication package, which means I have a User that extends authenticatable in the package. Then in my project level, my User model extends the package model, and I define the bind inside the AppServiceProvider. The issue I have is the implements for: FilamentUser, HasName. If I add these to the project level, it struggles to find the functions in the project model, and only seems to work on the User model that is extending authenticatable... is there a work around for this?
0 Replies
No replies yetBe the first to reply to this messageJoin