Skip to content

Commit 229eecf

Browse files
committed
wip
1 parent bfc12f2 commit 229eecf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and easily add casts for names and hashing passwords on your user models.
1414
```php
1515
protected $casts = [
1616
// Hashes the value when assigning to `$model->password`.
17+
// Note: Password cast is now deprecated. Use Laravel's hash cast instead.
1718
'password' => Password::class,
1819

1920
// Provides utilities for manipulating a name

0 commit comments

Comments
 (0)