From 365889472273dcdb258f581d74664df28451b184 Mon Sep 17 00:00:00 2001 From: Hamid Dehnavi Date: Wed, 19 Jul 2023 15:41:03 +0330 Subject: [PATCH] Make adjustments based on the review Co-authored-by: Joas Schilling Signed-off-by: Hamid Dehnavi --- core/Command/App/Install.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/Command/App/Install.php b/core/Command/App/Install.php index 403ba891134..2d02fff4dbf 100644 --- a/core/Command/App/Install.php +++ b/core/Command/App/Install.php @@ -29,8 +29,6 @@ namespace OC\Core\Command\App; use OC\Installer; use OCP\App\IAppManager; -use Psr\Container\ContainerExceptionInterface; -use Psr\Container\NotFoundExceptionInterface; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface;