diff --git a/app/config/roles.php b/app/config/roles.php index a4f05808fd..65d5694bbf 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -66,6 +66,7 @@ return [ Auth::USER_ROLE_GUESTS => [ 'label' => 'Guests', 'scopes' => [ + 'global', 'public', 'home', 'console',