diff options
author | Thomas Citharel <tcit@tcit.fr> | 2017-06-06 16:04:51 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-06-06 16:04:51 +0200 |
commit | d6c4c484c46706f9eecf81af3f64649f014418e1 (patch) | |
tree | dd897407129bf678c66e95eefeb272beb5c7a2e5 /src | |
parent | be9d693e74e41fdcdb18bf80aa1aff614154bcce (diff) | |
download | wallabag-d6c4c484c46706f9eecf81af3f64649f014418e1.tar.gz wallabag-d6c4c484c46706f9eecf81af3f64649f014418e1.tar.zst wallabag-d6c4c484c46706f9eecf81af3f64649f014418e1.zip |
add migration
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/DependencyInjection/Configuration.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php b/src/Wallabag/CoreBundle/DependencyInjection/Configuration.php index 37f7c761..a6f53714 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 | ->end() | ||
65 | ->scalarNode('domain_name') | 66 | ->scalarNode('domain_name') |
66 | ->end() | 67 | ->end() |
67 | ->end() | 68 | ->end() |