Upgrade to 3.7.0

This commit is contained in:
Bastian Allgeier
2022-06-27 10:02:22 +02:00
parent 0751a6510d
commit 1c22148d7b
674 changed files with 5052 additions and 3082 deletions

3
kirby/src/Cms/Users.php Normal file → Executable file
View File

@@ -86,7 +86,8 @@ class Users extends Collection
}
/**
* Finds a user in the collection by id or email address
* Finds a user in the collection by ID or email address
* @internal Use `$users->find()` instead
*
* @param string $key
* @return \Kirby\Cms\User|null