Skip to content

Commit d86f8cd

Browse files
authored
Merge pull request #504 from stof/update_extension
Update the list of events used by softdeleteable in 3.20.0
2 parents 0919d70 + 439e48c commit d86f8cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
1919
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
2020
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
21-
"gedmo/doctrine-extensions": "^3.19.0"
21+
"gedmo/doctrine-extensions": "^3.20.0"
2222
},
2323
"require-dev": {
2424
"phpstan/phpstan": "^2.1",

src/DependencyInjection/StofDoctrineExtensionsExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class StofDoctrineExtensionsExtension extends Extension
4444
'softdeleteable' => array(
4545
'loadClassMetadata',
4646
'onFlush',
47+
'postFlush',
4748
),
4849
'sortable' => array(
4950
'onFlush',

0 commit comments

Comments
 (0)