Skip to content

Commit dacef35

Browse files
committed
fix: change model visibility to public in ExecutorItem
1 parent eedfca0 commit dacef35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/ExecutorItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ExecutorItem
2020
*
2121
* @var Model|null
2222
*/
23-
protected ?Model $model = null;
23+
public ?Model $model = null;
2424

2525
/**
2626
* The name of the executor.

0 commit comments

Comments
 (0)