Skip to content

Commit 71d9b16

Browse files
authored
Update eloquent-mutators.md
1 parent b94605d commit 71d9b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eloquent-mutators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ Now the `is_admin` attribute will always be cast to a boolean when you access it
190190
if ($user->is_admin) {
191191
//
192192
}
193-
194-
Note that a `nullable` column with a value of `null` is always respected and won't be converted to the cast.
193+
194+
> {note} Attributes that are `null` will not be cast.
195195
196196
<a name="custom-casts"></a>
197197
### Custom Casts

0 commit comments

Comments
 (0)