We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25278fd commit 2166f24Copy full SHA for 2166f24
src/Autocomplete/src/Form/BaseEntityAutocompleteType.php
@@ -41,7 +41,7 @@ public function configureOptions(OptionsResolver $resolver): void
41
if (null === $loader) {
42
return null;
43
}
44
-
+
45
return new ExtraLazyChoiceLoader($loader);
46
};
47
0 commit comments