Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit a2bc309

Browse files
author
maxence d'Espeuilles
committed
fix error
1 parent 0467e87 commit a2bc309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DependencyInjection/MdespeuillesDrupalPasswordEncoderExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class MdespeuillesDrupalPasswordEncoderExtension extends Extension
1919
*/
2020
public function load(array $configs, ContainerBuilder $container)
2121
{
22-
$configuration = new Configuration();
23-
$this->processConfiguration($configuration, $configs);
22+
//$configuration = new Configuration();
23+
//$this->processConfiguration($configuration, $configs);
2424

2525
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
2626
$loader->load('services.yml');

0 commit comments

Comments
 (0)