Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 23, 2024
1 parent 5648903 commit 3db24e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class Visit extends Model {}
Then, create models with whatever data you'd like:

> [!important]
> Without [model casts](#model-casts) defined, all values you assign to model
> attributes will be cast to strings, as that is their storage type in Redis.
> Without [model casts](#model-casts) defined, all values you assign to model attributes
> will be cast to strings, as that is their true storage type in Redis.
```php
use App\Redis\Visit;
Expand Down

0 comments on commit 3db24e4

Please sign in to comment.