Skip to content

Commit

Permalink
update configration load to fix deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyvastis committed Apr 12, 2021
1 parent d38a5ee commit 5f2eddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SalesforceBundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$treeBuilder = new TreeBuilder('arsenal_salesforce');
$treeBuilder
->root('arsenal_salesforce')
->getRootNode()
->children()
->arrayNode('soap_client')->isRequired()
->children()
Expand Down

0 comments on commit 5f2eddf

Please sign in to comment.