Manage subscribtion
Existing subscription user should be able to manage his setting without considering if he is allowed to subscribe or not.
This commit is contained in:
@@ -52,10 +52,6 @@ class SubscribersConfigured
|
|||||||
*/
|
*/
|
||||||
public function handle(Request $request, Closure $next)
|
public function handle(Request $request, Closure $next)
|
||||||
{
|
{
|
||||||
if (!$this->config->get('setting.enable_subscribers')) {
|
|
||||||
return cachet_redirect('status-page');
|
|
||||||
}
|
|
||||||
|
|
||||||
return $next($request);
|
return $next($request);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user