Upgrade to 3.5

This commit is contained in:
Bastian Allgeier
2020-12-15 11:01:41 +01:00
parent eabce32cf0
commit 9109130c9c
43 changed files with 306 additions and 159 deletions

View File

@@ -291,9 +291,9 @@ trait UserActions
/**
* Reads the user password from disk
*
* @return string|null
* @return string|false
*/
protected function readPassword(): ?string
protected function readPassword()
{
return F::read($this->root() . '/.htpasswd');
}