Skip to content

Commit

Permalink
Merge branch hotfix/v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed May 31, 2024
1 parent 3deb2b7 commit 523e3ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
parameters:
roadiz_core.cms_version: '2.3.2'
roadiz_core.cms_version: '2.3.3'
roadiz_core.cms_version_prefix: 'main'
env(APP_NAMESPACE): "roadiz"
env(APP_VERSION): "0.1.0"
Expand Down
5 changes: 5 additions & 0 deletions src/Model/AttributeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,9 @@ public function getTypeLabel(): string
default => 'attributes.form.type.string',
};
}

public function getAttributeValues(): Collection
{
return $this->attributeValues;
}
}

0 comments on commit 523e3ee

Please sign in to comment.