We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0ecb1 commit 66e6206Copy full SHA for 66e6206
lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php
@@ -70,7 +70,7 @@ public function onFlush(EventArgs $args)
70
$evm->dispatchEvent(
71
self::PRE_SOFT_DELETE,
72
$ea->createLifecycleEventArgsInstance($object, $om)
73
- );
+ );
74
75
$date = new \DateTime();
76
$reflProp->setValue($object, $date);
0 commit comments