Skip to content

Commit 15ac1a1

Browse files
committed
OP-572: Add trailing newline
1 parent eb4e8d7 commit 15ac1a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/api_platform/resources/Product.xml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
uriTemplate="/shop/products/search"
1111
paginationEnabled="false"
1212
provider="bitbag_sylius_elasticsearch_plugin.api.data_provider.product_collection"
13-
openapi="false"
1413
>
1514
<normalizationContext>
1615
<values>

config/routing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ when@dev:
2626
_locale: ^(?!_profiler).+
2727
defaults:
2828
_controller: bitbag_sylius_elasticsearch_plugin.controller.action.shop.site_wide_products_search
29-
template: "@BitBagSyliusElasticsearchPlugin/Shop/SiteWideSearch/index.html.twig"
29+
template: "@BitBagSyliusElasticsearchPlugin/Shop/SiteWideSearch/index.html.twig"

0 commit comments

Comments
 (0)