mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-25 01:27:29 +01:00
chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -30,7 +30,7 @@ use SP\Core\Events\Event;
|
||||
use SP\Core\Events\EventMessage;
|
||||
use SP\Core\Exceptions\SPException;
|
||||
use SP\Core\Exceptions\ValidationException;
|
||||
use SP\Domain\Config\In\ConfigDataInterface;
|
||||
use SP\Domain\Config\Ports\ConfigDataInterface;
|
||||
use SP\Domain\Config\Services\ConfigUtil;
|
||||
use SP\Modules\Web\Controllers\SimpleControllerBase;
|
||||
use SP\Modules\Web\Controllers\Traits\ConfigTrait;
|
||||
@@ -76,7 +76,7 @@ final class SaveController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \SP\Domain\Config\In\ConfigDataInterface $configData
|
||||
* @param \SP\Domain\Config\Ports\ConfigDataInterface $configData
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
@@ -106,7 +106,7 @@ final class SaveController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \SP\Domain\Config\In\ConfigDataInterface $configData
|
||||
* @param \SP\Domain\Config\Ports\ConfigDataInterface $configData
|
||||
* @param \SP\Core\Events\EventMessage $eventMessage
|
||||
*
|
||||
* @return void
|
||||
@@ -151,7 +151,7 @@ final class SaveController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \SP\Domain\Config\In\ConfigDataInterface $configData
|
||||
* @param \SP\Domain\Config\Ports\ConfigDataInterface $configData
|
||||
* @param \SP\Core\Events\EventMessage $eventMessage
|
||||
*
|
||||
* @return void
|
||||
@@ -190,7 +190,7 @@ final class SaveController extends SimpleControllerBase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param \SP\Domain\Config\In\ConfigDataInterface $configData
|
||||
* @param \SP\Domain\Config\Ports\ConfigDataInterface $configData
|
||||
* @param \SP\Core\Events\EventMessage $eventMessage
|
||||
*
|
||||
* @return void
|
||||
@@ -236,4 +236,4 @@ final class SaveController extends SimpleControllerBase
|
||||
$this->returnJsonResponseException($e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user