]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
Merge pull request #3227 from wallabag/oauth-client-credentials
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / DependencyInjection / Configuration.php
index 37f7c761c934a9f1c78b572b11fefd1647bcf34e..a9791f6be2e3f08f558a3261c584f7b7f315c2fd 100644 (file)
@@ -62,7 +62,8 @@ class Configuration implements ConfigurationInterface
                             ->end()
                         ->end()
                     ->end()
-                ->scalarNode('domain_name')
+                ->end()
+                ->scalarNode('encryption_key_path')
                 ->end()
             ->end()
         ;