aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-06-01 10:42:19 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-06 15:36:21 +0200
commitbe9d693e74e41fdcdb18bf80aa1aff614154bcce (patch)
tree2e74f165061d45294a6732a06cfe61ebeeb67535 /src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
parent6ed2627bb35561e32d702fbe67247349dd67453e (diff)
downloadwallabag-be9d693e74e41fdcdb18bf80aa1aff614154bcce.tar.gz
wallabag-be9d693e74e41fdcdb18bf80aa1aff614154bcce.tar.zst
wallabag-be9d693e74e41fdcdb18bf80aa1aff614154bcce.zip
remove craueconfig domain name setting and add a proper one in parameters
Diffstat (limited to 'src/Wallabag/CoreBundle/DependencyInjection/Configuration.php')
-rw-r--r--src/Wallabag/CoreBundle/DependencyInjection/Configuration.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
index 33df92d3..37f7c761 100644
--- a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
+++ b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
@@ -62,6 +62,7 @@ class Configuration implements ConfigurationInterface
62 ->end() 62 ->end()
63 ->end() 63 ->end()
64 ->end() 64 ->end()
65 ->scalarNode('domain_name')
65 ->end() 66 ->end()
66 ->end() 67 ->end()
67 ; 68 ;