From 0bf03cff631a3497ea46f5d670822ed2f61fdc17 Mon Sep 17 00:00:00 2001 From: Ruben Van Assche Date: Wed, 13 Mar 2024 14:57:24 +0100 Subject: [PATCH] Update EnumerableCast.php --- src/Casts/EnumerableCast.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Casts/EnumerableCast.php b/src/Casts/EnumerableCast.php index 378bad01f..681d70dda 100644 --- a/src/Casts/EnumerableCast.php +++ b/src/Casts/EnumerableCast.php @@ -6,7 +6,7 @@ use Spatie\LaravelData\Support\Creation\CreationContext; use Spatie\LaravelData\Support\DataProperty; -/** @deprecated enable the */ +/** @deprecated enable the iterable casts */ class EnumerableCast implements Cast { public function cast(DataProperty $property, mixed $value, array $properties, CreationContext $context): mixed