Skip to content

Commit 8c35a48

Browse files
docs: use ::$ instead of ->.
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
1 parent 223fad5 commit 8c35a48

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
@@ -32,7 +32,7 @@ The only requirement is that your new class MUST extend the provided `UserModel`
3232
php spark shield:model MyUserModel
3333
```
3434

35-
You should set the `Config\Auth->userProvider` as below:
35+
You should set `Config\Auth::$userProvider` as follows:
3636

3737
```php
3838
public $userProvider = 'App\Models\MyUserModel';

0 commit comments

Comments
 (0)