Skip to content

Commit

Permalink
Fix formatting issue in config file (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredikaputra committed Mar 26, 2024
1 parent 5e00d45 commit 2ecd529
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions publishable/config/larecipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit 2ecd529

Please sign in to comment.