This commit is contained in:
Yuri Kuznetsov
2021-05-13 10:57:29 +03:00
parent b19c543988
commit b4afeac71f
61 changed files with 323 additions and 304 deletions
@@ -55,7 +55,7 @@ class SaveProcessor
public function process(Entity $entity, array $options): void
{
$params = SaverParams::fromNothing()->withRawOptions($options);
$params = SaverParams::create()->withRawOptions($options);
foreach ($this->getSaverList($entity->getEntityType()) as $processor) {
$processor->process($entity, $params);