From 35c736283f4b11aaa489f8c46ea0e34eba6eadcf Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 15 May 2023 22:27:49 +0900 Subject: [PATCH] docs: fix incorrect property value --- docs/authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authorization.md b/docs/authorization.md index d2aa2875c..ee3aa104c 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -56,7 +56,7 @@ When a user is first registered on the site, they are assigned to a default user `Config\AuthGroups::$defaultGroup`, and must match the name of one of the defined groups. ```php -public $defaultGroup = 'users'; +public string $defaultGroup = 'user'; ``` ## Defining Available Permissions