From a6b6bdbd362ec5efe97bb6d1b5e88a370917bb99 Mon Sep 17 00:00:00 2001 From: Mathias Arlaud Date: Thu, 2 Jan 2020 13:24:29 +0100 Subject: [PATCH] Remove yaml config useless comments --- mtarld/symbok-bundle/2.0/config/packages/symbok.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml index 059dff78..f0aff8e2 100644 --- a/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml +++ b/mtarld/symbok-bundle/2.0/config/packages/symbok.yaml @@ -1,4 +1,4 @@ -# symbok: -# # Namespaces that you want to be processed by symbok -# namespaces: -# - 'App\Entity' +symbok: + # Namespaces that you want to be processed by symbok + namespaces: + # - 'App\Entity'