Skip to content

Commit

Permalink
On second thought, including a default here might be a good idea.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Jan 2, 2024
1 parent df2ba45 commit b105571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/V3/ImageBodyEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ImageBodyEvent extends Event {
*/
public function __construct(
protected FileInterface $image,
protected string $size,
protected string $size = 'full',
) {
}

Expand Down

0 comments on commit b105571

Please sign in to comment.