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 223fad5 commit 8c35a48Copy full SHA for 8c35a48
docs/concepts.md
@@ -32,7 +32,7 @@ The only requirement is that your new class MUST extend the provided `UserModel`
32
php spark shield:model MyUserModel
33
```
34
35
-You should set the `Config\Auth->userProvider` as below:
+You should set `Config\Auth::$userProvider` as follows:
36
37
```php
38
public $userProvider = 'App\Models\MyUserModel';
0 commit comments