mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 06:58:27 +03:00
fabrica('login') never used, so drop it
This commit is contained in:
parent
8e0303f065
commit
9b309c31bd
1 changed files with 0 additions and 4 deletions
|
|
@ -195,10 +195,6 @@ class Actions
|
|||
// RainLoop\Providers\Settings\ISettings
|
||||
$mResult = new Providers\Settings\DefaultSettings($this->LocalStorageProvider());
|
||||
break;
|
||||
case 'login':
|
||||
// Providers\Login\LoginInterface
|
||||
$mResult = new Providers\Login\DefaultLogin();
|
||||
break;
|
||||
case 'domain':
|
||||
// Providers\Domain\DomainInterface
|
||||
$mResult = new Providers\Domain\DefaultDomain(APP_PRIVATE_DATA . 'domains', $this->Cacher());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue