File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/DataDefinitionsBundle Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ public function getConfigTreeBuilder(): TreeBuilder
110110 ->variableNode ('configuration ' )->end ()
111111 ->scalarNode ('runner ' )->end ()
112112 ->booleanNode ('stopOnException ' )->end ()
113+ ->booleanNode ('enableInheritance ' )->end ()
113114 ->scalarNode ('failureNotificationDocument ' )->end ()
114115 ->scalarNode ('successNotificationDocument ' )->end ()
115116 ->arrayNode ('mapping ' )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ trait IdGenerator
99{
1010 private string $ mainPath = 'var/config ' ;
1111
12- private function getSuggestedId (ExportListing |ImportListing $ listing ): int
12+ public function getSuggestedId (ExportListing |ImportListing $ listing ): int
1313 {
1414 $ ids = $ listing ->getAllIds ();
1515
You can’t perform that action at this time.
0 commit comments