Skip to content

Commit

Permalink
dont cast context
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs committed Jul 4, 2024
1 parent d4848c7 commit 553d627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Flow.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ protected function casts(): array
{
return [
'status' => FlowStatusEnum::class,
'context' => FlowContextCast::class,
'context' => 'array',
];
}

Expand Down

0 comments on commit 553d627

Please sign in to comment.