From 4b4139514431257c81013d1a11b5026bbeba25b0 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 1 Jun 2016 11:42:25 +0100 Subject: [PATCH] Tweak --- config/setting.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/config/setting.php b/config/setting.php index 09d90440..d4857d98 100644 --- a/config/setting.php +++ b/config/setting.php @@ -10,6 +10,7 @@ */ return [ + /* |-------------------------------------------------------------------------- | Dashboard Login Link @@ -44,14 +45,15 @@ return [ 'automatic_localization' => false, - /* - |-------------------------------------------------------------------------- - | Show Support for Cachet - |-------------------------------------------------------------------------- - | - | Whether to show the "Powered by Cachet" text in the footer. - | - */ + /* + |-------------------------------------------------------------------------- + | Show Support for Cachet + |-------------------------------------------------------------------------- + | + | Whether to show the "Powered by Cachet" text in the footer. + | + */ 'show_support' => true, + ];