Cannot use a custom user model with the impersonate feature
frenchykiller opened this issue · 1 comments
frenchykiller commented
The current implementation of the impersonate feature only allows for the base Sebastienheyd\Boilerplate\Models\User
model to be used. This means that any override of this model in config\boilerplate\auth
will break the feature.
frenchykiller commented
A fix for this issue is available in PR #72