Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Update Configuration.php
Browse files Browse the repository at this point in the history
Should fix issue with mandatory firewall configuration
  • Loading branch information
Maurits van der Schee committed Jul 2, 2015
1 parent 0178ea9 commit 8fc7d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ private function addFirewallSection()
$node = $tree->root('firewall');

$node
->addDefaultsIfNotSet()
->children()
->scalarNode('pool')->isRequired()->end()
->scalarNode('prefix')->defaultValue('lmbf')->end()
Expand Down

0 comments on commit 8fc7d12

Please sign in to comment.