Skip to content

Commit 15267e7

Browse files
committed
docs: add missing type
1 parent fafb8ea commit 15267e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ is provided for you at `CodeIgniter\Shield\Models\UserModel`. You can change thi
2929
The only requirement is that your new class MUST extend the provided `UserModel`.
3030

3131
```php
32-
public $userProvider = UserModel::class;
32+
public string $userProvider = UserModel::class;
3333
```
3434

3535
## User Identities

0 commit comments

Comments
 (0)