mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: Class 'RainLoop\Actions\Notifications' not found
This commit is contained in:
parent
a656fb20aa
commit
e417a2801b
1 changed files with 5 additions and 4 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
namespace RainLoop\Actions;
|
namespace RainLoop\Actions;
|
||||||
|
|
||||||
|
use \RainLoop\Notifications;
|
||||||
use \RainLoop\Utils;
|
use \RainLoop\Utils;
|
||||||
use \RainLoop\Model\Account;
|
use \RainLoop\Model\Account;
|
||||||
use \RainLoop\Providers\Storage\Enumerations\StorageType;
|
use \RainLoop\Providers\Storage\Enumerations\StorageType;
|
||||||
|
|
@ -10,10 +11,10 @@ use \RainLoop\Exceptions\ClientException;
|
||||||
trait UserAuth
|
trait UserAuth
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
const AUTH_SIGN_ME_TOKEN_KEY = 'rlsmauth';
|
const AUTH_SIGN_ME_TOKEN_KEY = 'smremember';
|
||||||
const AUTH_SPEC_TOKEN_KEY = 'rlspecauth';
|
const AUTH_SPEC_TOKEN_KEY = 'smspecauth';
|
||||||
const AUTH_SPEC_LOGOUT_TOKEN_KEY = 'rlspeclogout';
|
const AUTH_SPEC_LOGOUT_TOKEN_KEY = 'smspeclogout';
|
||||||
const AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY = 'rlspeclogoutcmk';
|
const AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY = 'smspeclogoutcmk';
|
||||||
*/
|
*/
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue