Enable subscribers by default
This commit is contained in:
@@ -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,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user