Skip to content

Instantly share code, notes, and snippets.

@kurozumi
Created January 2, 2021 05:41
Embed
What would you like to do?
ProductValueResolverの優先度を設定
services:
Customize\ArgumentResolver\ProductValueResolver:
arguments:
- '@Eccube\Repository\ProductRepository'
tags:
- { name: controller.argument_value_resolver, priority: 50 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment