From dcc23591939aeef7825ae988ec31f2789afa0c5a Mon Sep 17 00:00:00 2001 From: Evg Date: Mon, 27 Feb 2023 13:03:52 +0300 Subject: [PATCH] =?UTF-8?q?ADD:=20=D0=9A=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D1=83=D1=80=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D1=83=D0=B1=D0=BB?= =?UTF-8?q?=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/publication.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config/publication.php diff --git a/config/publication.php b/config/publication.php new file mode 100644 index 00000000..d0bd9730 --- /dev/null +++ b/config/publication.php @@ -0,0 +1,15 @@ + false, + + // Enable (true) merge responses if a member posts multiple responses one after the other + // Включить (true) слияние ответов, если участник публикует множество ответов один за другим + 'merge_answers' => false, +]; \ No newline at end of file