diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-07-21 16:17:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 16:17:53 +0200 |
commit | 8c7d7c0300093517939af3bb5742d5930761cce7 (patch) | |
tree | 904afc5873ef09257b231c07a2b0c1e166a09acb /src/Wallabag/CoreBundle/DependencyInjection | |
parent | 78d17270960fa5211107682fca6a4f7fd6ddc88c (diff) | |
parent | 57c608fa94cdc148f5fc48b7c1e984bbf507e34b (diff) | |
download | wallabag-8c7d7c0300093517939af3bb5742d5930761cce7.tar.gz wallabag-8c7d7c0300093517939af3bb5742d5930761cce7.tar.zst wallabag-8c7d7c0300093517939af3bb5742d5930761cce7.zip |
Merge pull request #2199 from Simounet/facto/social-links
Handling socials links into a config file
Diffstat (limited to 'src/Wallabag/CoreBundle/DependencyInjection')
-rw-r--r-- | src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php b/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php index 84599f0d..7d08b73b 100644 --- a/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php +++ b/src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php | |||
@@ -25,6 +25,7 @@ class WallabagCoreExtension extends Extension | |||
25 | 25 | ||
26 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | 26 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
27 | $loader->load('services.yml'); | 27 | $loader->load('services.yml'); |
28 | $loader->load('parameters.yml'); | ||
28 | } | 29 | } |
29 | 30 | ||
30 | public function getAlias() | 31 | public function getAlias() |