From 3eee84ac5ec8fbfe585ed33d9e6a595b13c9e3e1 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 6 Dec 2019 14:24:49 +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 4d17bbe8..0dba19fb 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