From 2ecd5290cd7972b19813625ff8bb49d9d40fa42e Mon Sep 17 00:00:00 2001 From: Fredika Putra <53744519+fredikaputra@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:25:36 +0700 Subject: [PATCH] Fix formatting issue in config file (#331) --- publishable/config/larecipe.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/publishable/config/larecipe.php b/publishable/config/larecipe.php index 7cef328c..f4694ef3 100644 --- a/publishable/config/larecipe.php +++ b/publishable/config/larecipe.php @@ -158,20 +158,20 @@ ] ], - /* - |-------------------------------------------------------------------------- - | Forum - |-------------------------------------------------------------------------- - | - | Giving a chance to your users to post their questions or feedback - | directly on your docs, is pretty nice way to engage them more. - | However, you can also enable/disable the forum's visibility. - | - | Supported Services: 'disqus' - | - */ - - 'forum' => [ + /* + |-------------------------------------------------------------------------- + | Forum + |-------------------------------------------------------------------------- + | + | Giving a chance to your users to post their questions or feedback + | directly on your docs, is pretty nice way to engage them more. + | However, you can also enable/disable the forum's visibility. + | + | Supported Services: 'disqus' + | + */ + + 'forum' => [ 'enabled' => false, 'default' => 'disqus', 'services' => [