mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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
|
// RainLoop\Providers\Settings\ISettings
|
||||||
$mResult = new Providers\Settings\DefaultSettings($this->LocalStorageProvider());
|
$mResult = new Providers\Settings\DefaultSettings($this->LocalStorageProvider());
|
||||||
break;
|
break;
|
||||||
case 'login':
|
|
||||||
// Providers\Login\LoginInterface
|
|
||||||
$mResult = new Providers\Login\DefaultLogin();
|
|
||||||
break;
|
|
||||||
case 'domain':
|
case 'domain':
|
||||||
// Providers\Domain\DomainInterface
|
// Providers\Domain\DomainInterface
|
||||||
$mResult = new Providers\Domain\DefaultDomain(APP_PRIVATE_DATA . 'domains', $this->Cacher());
|
$mResult = new Providers\Domain\DefaultDomain(APP_PRIVATE_DATA . 'domains', $this->Cacher());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue