Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789b53d
)
Rename the extension
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 28 Oct 2019 20:04:16 +0000
(21:04 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 28 Oct 2019 20:04:16 +0000
(21:04 +0100)
DependencyInjection/RapsysUserExtension.php
patch
|
blob
|
history
diff --git
a/DependencyInjection/RapsysUserExtension.php
b/DependencyInjection/RapsysUserExtension.php
index 58c86a60321f6539928655574416a48a2da4a295..56e5dabd084594f6478b20d6422f8230883b58b6 100644
(file)
--- 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.y
ml');
+ $loader = new Loader\YamlFileLoader($container, new FileLocator(
'config/packages
'));
+ $loader->load(
$this->getAlias().'.ya
ml');
//Load configuration
$configuration = $this->getConfiguration($configs, $container);