From d52097beefc508da6d1dc87292ada5df348f91cd Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 5 Dec 2019 12:26:21 +0300 Subject: [PATCH] update config --- .../shopkeeper4-comments/1.0/config/packages/comments.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml b/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml index 0dba19fb..4d17bbe8 100644 --- a/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml +++ b/andchir/shopkeeper4-comments/1.0/config/packages/comments.yaml @@ -1,3 +1,3 @@ comments: - comment_class: App\MainBundle\Document\Comment - status_default: pending + comment_class: 'App\MainBundle\Document\Comment' + status_default: 'pending'