Skip to content

Commit 07109af

Browse files
authored
Merge pull request #1798 from issei-m/patch-1
Fix CS
2 parents 0b0ecb1 + 66e6206 commit 07109af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gedmo/SoftDeleteable/SoftDeleteableListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function onFlush(EventArgs $args)
7070
$evm->dispatchEvent(
7171
self::PRE_SOFT_DELETE,
7272
$ea->createLifecycleEventArgsInstance($object, $om)
73-
);
73+
);
7474

7575
$date = new \DateTime();
7676
$reflProp->setValue($object, $date);

0 commit comments

Comments
 (0)