We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafb8ea commit 15267e7Copy full SHA for 15267e7
docs/concepts.md
@@ -29,7 +29,7 @@ is provided for you at `CodeIgniter\Shield\Models\UserModel`. You can change thi
29
The only requirement is that your new class MUST extend the provided `UserModel`.
30
31
```php
32
-public $userProvider = UserModel::class;
+public string $userProvider = UserModel::class;
33
```
34
35
## User Identities
0 commit comments