mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
code format
This commit is contained in:
parent
756a188817
commit
3f4132e23d
@ -33,7 +33,7 @@ class SearchableServicesCompilerPass implements CompilerPassInterface
|
|||||||
*/
|
*/
|
||||||
public function process(ContainerBuilder $container)
|
public function process(ContainerBuilder $container)
|
||||||
{
|
{
|
||||||
if (!$container->hasDefinition('chill.main.search_provider')) {
|
if (!$container->hasDefinition('chill.main.search_provider')) {
|
||||||
throw new \LogicException('service chill.main.search_provider '
|
throw new \LogicException('service chill.main.search_provider '
|
||||||
. 'is not defined.');
|
. 'is not defined.');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user