Enable subscribers by default

This commit is contained in:
James Brooks
2016-05-25 21:20:24 +01:00
parent a2aa116204
commit 5e10f1c777

View File

@@ -20,4 +20,15 @@ return [
*/ */
'dashboard_login_link' => true, 'dashboard_login_link' => true,
/*
|--------------------------------------------------------------------------
| Enable subscribers.
|--------------------------------------------------------------------------
|
| Whether to allow people to subscribe to the status page.
|
*/
'enable_subscribers' => true,
]; ];