Skip to content

Commit

Permalink
fix tree builder
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jun 10, 2019
1 parent f794ad2 commit 23523cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DI/QuartzConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class QuartzConfiguration implements ConfigurationInterface
{
public function getConfigTreeBuilder()
{
$tb = new TreeBuilder();
$rootNode = $tb->root('quartz');
$tb = new TreeBuilder('quartz');
$rootNode = $tb->getRootNode();

$rootNode->children()
->arrayNode('yadm_simple_store')->children()
Expand Down

0 comments on commit 23523cd

Please sign in to comment.