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, ];