fabrica('login') never used, so drop it

This commit is contained in:
the-djmaze 2024-04-01 02:08:44 +02:00
parent 8e0303f065
commit 9b309c31bd

View file

@ -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());