mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Bugfix: Class 'RainLoop\Model\Notifications' not found
This commit is contained in:
parent
e25ffcacd6
commit
8b96145df6
2 changed files with 2 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ trait UserAuth
|
|||
}
|
||||
|
||||
if ($bThrowExceptionOnFalse && !$this->oMainAuthAccount) {
|
||||
throw new ClientException(\RainLoop\Notifications::AuthError);
|
||||
throw new ClientException(Notifications::AuthError);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
namespace RainLoop\Model;
|
||||
|
||||
use RainLoop\Utils;
|
||||
use RainLoop\Notifications;
|
||||
use RainLoop\Exceptions\ClientException;
|
||||
|
||||
abstract class Account implements \JsonSerializable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue