-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
PHP Version
8.2.4
CodeIgniter4 Version
4.3.3
Shield Version
1.0.0-beta
Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
10.4.28-MariaDB
Did you customize Shield?
no
What happened?
Not found I define desactivate method in CodeIgniter\Shield\Models\UserModel
Steps to Reproduce
$users = auth()->getProvider();
$user = $users->findById($id);
$users->desactivate($user);
Expected Output
Call to undefined method CodeIgniter\Shield\Models\UserModel::desactivate
Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels