From 2dacc71e8a924b30f847f4515a57f228b3ce9af4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 1 Jun 2016 08:04:16 +0100 Subject: [PATCH] Set the default show_support setting --- config/setting.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/setting.php b/config/setting.php index d96835fb..09d90440 100644 --- a/config/setting.php +++ b/config/setting.php @@ -43,4 +43,15 @@ return [ */ 'automatic_localization' => false, + + /* + |-------------------------------------------------------------------------- + | Show Support for Cachet + |-------------------------------------------------------------------------- + | + | Whether to show the "Powered by Cachet" text in the footer. + | + */ + + 'show_support' => true, ];