mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +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()
|
||||
{
|
||||
$treeBuilder = new TreeBuilder('permissions');
|
||||
$rootNode = $treeBuilder->root('permissions');
|
||||
$rootNode = $treeBuilder->getRootNode();
|
||||
|
||||
$rootNode->children()
|
||||
->arrayNode('groups')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue