stream note unrelate fix

This commit is contained in:
Yuri Kuznetsov
2023-02-17 10:31:41 +02:00
parent 8f8eb4807d
commit 1c1042cd75
3 changed files with 56 additions and 30 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class Stream implements AfterSave, AfterRemove, AfterRelate, AfterUnrelate
return;
}
$this->processor->afterRemove($entity);
$this->processor->afterRemove($entity, $options);
}
public function afterRelate(