Skip to content

Commit

Permalink
BAP-22546: Fix application crash after update to symfony/property-acc…
Browse files Browse the repository at this point in the history
…ess v6.4.6 (#38013)

- since symfony/property-access 6.4.6 the application crashed with a lot of exceptions like "Can't get a way to read the property ... in class ...", see symfony/symfony#54194
  • Loading branch information
vsoroka committed Apr 5, 2024
1 parent 1ae9c9c commit 1934c1a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions EntityExtend/SerializedEntityFieldExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,6 @@ public function call(EntityFieldProcessTransport $transport): void
}
}

/**
* @inheritDoc
*/
public function isset(EntityFieldProcessTransport $transport): void
{
if ($this->isSerializedProperty($transport) || $transport->getName() === self::PROPERTY) {
$transport->setResult(true);
$transport->setProcessed(true);
}
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 1934c1a

Please sign in to comment.