System status now ignores hidden groups for guests - Fixes #2577
This commit is contained in:
@@ -97,8 +97,9 @@ class IntegrationServiceProvider extends ServiceProvider
|
||||
{
|
||||
$this->app->singleton(SystemContract::class, function (Container $app) {
|
||||
$config = $app['config'];
|
||||
$auth = $app['auth.driver'];
|
||||
|
||||
return new System($config);
|
||||
return new System($config, $auth);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user