mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Fixed deprecation for configuration treeBuilder.
This commit is contained in:
parent
00b19732cc
commit
322778af68
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class PermissionsConfiguration implements ConfigurationInterface
|
||||||
public function getConfigTreeBuilder()
|
public function getConfigTreeBuilder()
|
||||||
{
|
{
|
||||||
$treeBuilder = new TreeBuilder('permissions');
|
$treeBuilder = new TreeBuilder('permissions');
|
||||||
$rootNode = $treeBuilder->root('permissions');
|
$rootNode = $treeBuilder->getRootNode();
|
||||||
|
|
||||||
$rootNode->children()
|
$rootNode->children()
|
||||||
->arrayNode('groups')
|
->arrayNode('groups')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue