Skip to content

Commit

Permalink
Update EnumerableCast.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored Mar 13, 2024
1 parent 0ad39c4 commit 0bf03cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Casts/EnumerableCast.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf03cf

Please sign in to comment.