mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
fix PHP Fatal error: Class 'EGroupware\Api\auth' not found
This commit is contained in:
parent
cfe77bd468
commit
d1924fee2f
@ -5948,7 +5948,7 @@ class Mail
|
|||||||
*/
|
*/
|
||||||
static function getRandomString()
|
static function getRandomString()
|
||||||
{
|
{
|
||||||
return auth::randomstring(32);
|
return Auth::randomstring(32);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user