Skip to content

Commit

Permalink
BUGFIX Card $owns ElementLink (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirish authored Aug 14, 2024
1 parent fcc4846 commit c96d9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Element/ElementCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class ElementCard extends BaseElement
*/
private static array $owns = [
'Image',
'ElementLink',
];

/**
Expand Down

0 comments on commit c96d9fa

Please sign in to comment.