Skip to content

Commit

Permalink
Revert "Fix support for mssql"
Browse files Browse the repository at this point in the history
This reverts commit c1abb5d
  • Loading branch information
wbloszyk authored and greg0ire committed Jun 21, 2020
1 parent 181e3cb commit b263f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SonataClassificationExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ public function registerDoctrineMapping(array $config)
'refresh',
'merge',
'detach',
'remove',
],
'mappedBy' => null,
'inversedBy' => 'children',
'joinColumns' => [
[
'name' => 'parent_id',
'referencedColumnName' => 'id',
'onDelete' => 'CASCADE',
],
],
'orphanRemoval' => false,
Expand Down

0 comments on commit b263f72

Please sign in to comment.