Skip to content

Commit ee29840

Browse files
updat: use class for suport IDE
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent de0c36e commit ee29840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ php spark shield:model MyUserModel
3535
You should set `Config\Auth::$userProvider` as follows:
3636

3737
```php
38-
public $userProvider = 'App\Models\MyUserModel';
38+
public $userProvider = \App\Models\MyUserModel::class;
3939
```
4040

4141
<a name="identities" />

0 commit comments

Comments
 (0)