Skip to content

Commit

Permalink
mail: Fix Namespace Type
Browse files Browse the repository at this point in the history
  • Loading branch information
protich committed Sep 21, 2022
1 parent f10de7a commit 6c2ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class.mail.php
Expand Up @@ -329,7 +329,7 @@ trait MailBoxStorageTrait {
private $folder;
private $hostInfo;

private function init(\AccountSetting $setting) {
private function init(AccountSetting $setting) {
$this->folder = $setting->getAccount()->getFolder();
$this->hostInfo = $setting->getHostInfo();
}
Expand Down

0 comments on commit 6c2ecad

Please sign in to comment.