Fix code style issues
This commit is contained in:
parent
a701ec46b3
commit
e7a1051376
|
@ -9,9 +9,9 @@ use Symfony\Component\Config\FileLocator;
|
||||||
|
|
||||||
class SculpinSpeakersExtension extends Extension
|
class SculpinSpeakersExtension extends Extension
|
||||||
{
|
{
|
||||||
public function load(array $configs, ContainerBuilder $container)
|
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');
|
$loader->load('services.yml');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -47,4 +47,4 @@ class SpeakersExtension extends AbstractExtension
|
||||||
return collect($session['speakers'])->contains($speaker['title']);
|
return collect($session['speakers'])->contains($speaker['title']);
|
||||||
})->values()->toArray();
|
})->values()->toArray();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue