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