deprecate SYSTEM_USER_ID const

This commit is contained in:
Yuri Kuznetsov
2023-02-13 17:10:34 +02:00
parent deb3ee0653
commit dcbe24746e

View File

@@ -39,6 +39,7 @@ use RuntimeException;
*/
class ApplicationUser
{
/** @deprecated As of v7.4. In the future different IDs may be used. */
public const SYSTEM_USER_ID = 'system';
public const SYSTEM_USER_NAME = 'system';