mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
deprecate SYSTEM_USER_ID const
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user