Bugfix: Class 'RainLoop\Actions\Notifications' not found

This commit is contained in:
djmaze 2021-11-08 21:19:02 +01:00
parent a656fb20aa
commit e417a2801b

View file

@ -2,6 +2,7 @@
namespace RainLoop\Actions;
use \RainLoop\Notifications;
use \RainLoop\Utils;
use \RainLoop\Model\Account;
use \RainLoop\Providers\Storage\Enumerations\StorageType;
@ -10,10 +11,10 @@ use \RainLoop\Exceptions\ClientException;
trait UserAuth
{
/*
const AUTH_SIGN_ME_TOKEN_KEY = 'rlsmauth';
const AUTH_SPEC_TOKEN_KEY = 'rlspecauth';
const AUTH_SPEC_LOGOUT_TOKEN_KEY = 'rlspeclogout';
const AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY = 'rlspeclogoutcmk';
const AUTH_SIGN_ME_TOKEN_KEY = 'smremember';
const AUTH_SPEC_TOKEN_KEY = 'smspecauth';
const AUTH_SPEC_LOGOUT_TOKEN_KEY = 'smspeclogout';
const AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY = 'smspeclogoutcmk';
*/
/**
* @var string