refactor: [WIP] Migrate items controller.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-06-11 10:13:48 +02:00
parent 4c292fd120
commit 3de717d40f
7 changed files with 408 additions and 204 deletions

View File

@@ -53,9 +53,9 @@ abstract class SimpleControllerBase
// TODO: remove when controllers are ready
protected ContainerInterface $dic;
protected EventDispatcher $eventDispatcher;
protected ConfigFileService $config;
protected ContextInterface $session;
protected EventDispatcher $eventDispatcher;
protected ConfigFileService $config;
protected ContextInterface $session;
protected ThemeInterface $theme;
protected Klein $router;
protected Acl $acl;