From 65748383889f690e6efe7b0f72fac188873b0945 Mon Sep 17 00:00:00 2001 From: bigboss Date: Wed, 23 Dec 2020 16:24:09 -0300 Subject: [PATCH] update readme --- doc/installation.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/installation.md b/doc/installation.md index 10a01e1..5d19b64 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -122,17 +122,10 @@ class ProductRepository extends BaseProductRepository implements ProductReposito ```yml # config/packages/_sylius.yaml -sylius_channel: - resources: - channel: - classes: - model: App\Entity\Channel - sylius_product: resources: product: classes: - model: App\Entity\Product repository: App\Repository\ProductRepository ```