chore: Adapt to hexagonal architecture pattern.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-11-26 19:45:53 +01:00
parent ae16c0ad76
commit 5952a3f48a
518 changed files with 2821 additions and 1768 deletions

View File

@@ -26,7 +26,7 @@ namespace SP\Core;
use SP\Core\Context\ContextInterface;
use SP\Core\Events\EventDispatcher;
use SP\Domain\Config\In\ConfigDataInterface;
use SP\Domain\Config\Ports\ConfigDataInterface;
use SP\Domain\Config\Services\ConfigFileService;
/**
@@ -91,4 +91,4 @@ abstract class ModuleBase
$this->eventDispatcher->attach($this->providersHelper->getAclHandler());
$this->eventDispatcher->attach($this->providersHelper->getNotificationHandler());
}
}
}