Skip to content

Commit 223fad5

Browse files
docs: correct description
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent 469f8b9 commit 223fad5

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
@@ -26,7 +26,7 @@ on the standard Config class if nothing is found in the database.
2626

2727
You can use your own models to handle user persistence. Shield calls this the "User Provider" class. A default model
2828
is provided for you at `CodeIgniter\Shield\Models\UserModel`. You can change this in the `Config\Auth->userProvider` setting.
29-
The only requirement is that your new class MUST extend the provided `UserModel`. Shield has a CLI command to quickly create a custom `UserModel`, for example if you run the following command in terminal:
29+
The only requirement is that your new class MUST extend the provided `UserModel`. Shield has a CLI command to quickly create a custom `MyUserModel` by running the following command in terminal:
3030

3131
```console
3232
php spark shield:model MyUserModel

0 commit comments

Comments
 (0)