From 5e10f1c77736adfffab5bfaecfe681e63cce5905 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 25 May 2016 21:20:24 +0100 Subject: [PATCH] Enable subscribers by default --- config/setting.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/setting.php b/config/setting.php index 13791dd4..86e9c345 100644 --- a/config/setting.php +++ b/config/setting.php @@ -20,4 +20,15 @@ return [ */ 'dashboard_login_link' => true, + + /* + |-------------------------------------------------------------------------- + | Enable subscribers. + |-------------------------------------------------------------------------- + | + | Whether to allow people to subscribe to the status page. + | + */ + + 'enable_subscribers' => true, ];