diff --git a/app/modules/web/Controllers/Account/AccountSaveBase.php b/app/modules/web/Controllers/Account/AccountSaveBase.php index f72e8080..14310c4a 100644 --- a/app/modules/web/Controllers/Account/AccountSaveBase.php +++ b/app/modules/web/Controllers/Account/AccountSaveBase.php @@ -24,7 +24,6 @@ namespace SP\Modules\Web\Controllers\Account; - use SP\Core\Application; use SP\Domain\Account\Ports\AccountPresetService; use SP\Domain\Account\Ports\AccountService; diff --git a/app/modules/web/Controllers/Account/EditPassController.php b/app/modules/web/Controllers/Account/EditPassController.php index 9e9582ae..c49e191b 100644 --- a/app/modules/web/Controllers/Account/EditPassController.php +++ b/app/modules/web/Controllers/Account/EditPassController.php @@ -25,8 +25,6 @@ namespace SP\Modules\Web\Controllers\Account; use Exception; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use SP\Core\Events\Event; use SP\Domain\Account\Dtos\AccountEnrichedDto; use SP\Domain\Core\Acl\AclActionsInterface; @@ -44,9 +42,6 @@ final class EditPassController extends AccountViewBase * Obtener los datos para mostrar el interface para modificar la clave de cuenta * * @param int $id Account's ID - * - * @throws ContainerExceptionInterface - * @throws NotFoundExceptionInterface */ public function editPassAction(int $id): void {