Move services.yml
This commit is contained in:
parent
d6a5d62e99
commit
efc58e9709
|
@ -9,10 +9,12 @@ use Symfony\Component\Config\FileLocator;
|
|||
|
||||
class SculpinSponsorsExtension extends Extension
|
||||
{
|
||||
/** @inheritDoc */
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function load(array $configs, ContainerBuilder $container)
|
||||
{
|
||||
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../'));
|
||||
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../../'));
|
||||
$loader->load('services.yml');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue