mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 14:38:27 +03:00
Bugfix: Class 'RainLoop\Actions\Notifications' not found
This commit is contained in:
parent
adf1086c03
commit
a656fb20aa
1 changed files with 5 additions and 5 deletions
|
|
@ -16,11 +16,11 @@ class Actions
|
|||
use Actions\Localization;
|
||||
use Actions\Themes;
|
||||
|
||||
const AUTH_MAILTO_TOKEN_KEY = 'rlmailtoauth';
|
||||
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_MAILTO_TOKEN_KEY = 'smmailtoauth';
|
||||
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 \MailSo\Base\Http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue