From: Raphaƫl Gertz <git@rapsys.eu>
Date: Mon, 28 Oct 2019 20:04:16 +0000 (+0100)
Subject: Rename the extension
X-Git-Tag: 0.0.2~5
X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/efa6c60e1cbb85c6b36745e3570e71bb2f92b7ce

Rename the extension
---

diff --git a/DependencyInjection/RapsysUserExtension.php b/DependencyInjection/RapsysUserExtension.php
index 58c86a6..56e5dab 100644
--- a/DependencyInjection/RapsysUserExtension.php
+++ b/DependencyInjection/RapsysUserExtension.php
@@ -18,8 +18,8 @@ class RapsysUserExtension extends Extension {
 	 */
 	public function load(array $configs, ContainerBuilder $container) {
 		//Load configuration
-		$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
-		$loader->load('services.yml');
+		$loader = new Loader\YamlFileLoader($container, new FileLocator('config/packages'));
+		$loader->load($this->getAlias().'.yaml');
 
 		//Load configuration
 		$configuration = $this->getConfiguration($configs, $container);