mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 16:36:59 +01:00
chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -26,7 +26,7 @@ namespace SP\Modules\Web\Controllers\Notification;
|
||||
|
||||
|
||||
use SP\Core\Application;
|
||||
use SP\Domain\Notification\NotificationServiceInterface;
|
||||
use SP\Domain\Notification\Ports\NotificationServiceInterface;
|
||||
use SP\Modules\Web\Controllers\ControllerBase;
|
||||
use SP\Modules\Web\Forms\NotificationForm;
|
||||
use SP\Mvc\Controller\WebControllerHelper;
|
||||
@@ -52,4 +52,4 @@ abstract class NotificationSaveBase extends ControllerBase
|
||||
$this->form = new NotificationForm($application, $this->request);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user