This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/modules/Search/src/QueryCard/Resource/QueryCard.php b/modules/Search/src/QueryCard/Resource/QueryCard.php | |
| index efa6cf6f210c..3fe1f161d1b8 100644 | |
| --- a/modules/Search/src/QueryCard/Resource/QueryCard.php | |
| +++ b/modules/Search/src/QueryCard/Resource/QueryCard.php | |
| @@ -227,4 +227,5 @@ public function getDigitalPhysicalAsV2Value(): string | |
| { | |
| return $this->getDigitalPhysicalClassification()->toV2Value(); | |
| } | |
| + | |
| } |