Set the default show_support setting

This commit is contained in:
James Brooks
2016-06-01 08:04:16 +01:00
parent 4869c7ee21
commit 2dacc71e8a

View File

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