TypeError when trying to create user account #607
Answered
by
kenjis
davidlontmx
asked this question in
Q&A
-
I am receiving the following error when trying to create user account. This is on a new install, without any config modifications: CodeIgniter\Shield\Controllers\RegisterController::getUserProvider(): Return value must be of type CodeIgniter\Shield\Models\UserModel, App\Models\UserModel returned Could anyone point me to a solution? |
Beta Was this translation helpful? Give feedback.
Answered by
kenjis
Jan 22, 2023
Replies: 1 comment 2 replies
-
Does |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
davidlontmx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
App\Models\UserModel
extendCodeIgniter\Shield\Models\UserModel
?