generated from boboko/starter
homepage, new newsletter section, multilang support
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
class ProductController extends Controller
|
||||
{
|
||||
public function show(Product $product)
|
||||
public function show(string $locale, Product $product)
|
||||
{
|
||||
$product->load([
|
||||
"variants.prices.currency",
|
||||
|
||||
Reference in New Issue
Block a user