Skip to content

Commit

Permalink
Fix PHPCQ
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Jul 19, 2024
1 parent 7e47d01 commit a76ce6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"require": {
"php": "^8.1",
"ext-dom": "*",
"contao-community-alliance/dc-general": "^2.3.15",
"contao-community-alliance/dc-general": "^2.3.16",
"contao-community-alliance/events-contao-bindings": "^4.13.1",
"contao-community-alliance/meta-palettes": "^2.0.10",
"contao-community-alliance/translator": "^2.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function handle(GetPropertyOptionsEvent $event)
if (!($attributeId = $model->getProperty('attr_id'))) {
return;
}
assert(\is_numeric($attributeId));

$metaModel = $this->filterFactory->createCollection($model->getProperty('fid'))->getMetaModel();

Expand Down

0 comments on commit a76ce6f

Please sign in to comment.