Skip to content

Commit 2581f9a

Browse files
committed
This appears to be the only place that is causing the entityid issue
This was mentioned here #64
1 parent 546c709 commit 2581f9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MetaLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function loadSource(array $source): void
199199
if (count($attributeAuthorities) && !empty($attributeAuthorities[0])) {
200200
$this->addMetadata(
201201
$source['src'],
202-
$attributeAuthorities,
202+
$attributeAuthorities[0],
203203
'attributeauthority-remote',
204204
$template,
205205
);

0 commit comments

Comments
 (0)