chore: Bootstrap refactoring

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-04-20 11:59:23 +02:00
parent 03e4a57562
commit 4e346d9f1a
99 changed files with 645 additions and 1015 deletions

View File

@@ -27,7 +27,7 @@ namespace SP\Core;
use SP\Domain\Config\Ports\ConfigDataInterface;
use SP\Domain\Config\Services\ConfigFile;
use SP\Domain\Core\Bootstrap\ModuleInterface;
use SP\Domain\Core\Context\ContextInterface;
use SP\Domain\Core\Context\Context;
use SP\Domain\Core\Events\EventDispatcherInterface;
/**
@@ -37,7 +37,7 @@ abstract class ModuleBase implements ModuleInterface
{
protected ConfigFile $config;
protected ConfigDataInterface $configData;
protected ContextInterface $context;
protected Context $context;
private EventDispatcherInterface $eventDispatcher;
/**