aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorHamid Dehnavi <hamid.dev.pro@gmail.com>2023-07-19 15:41:03 +0330
committerFaraz Samapoor <f.samapoor@gmail.com>2023-09-29 11:37:23 +0330
commit365889472273dcdb258f581d74664df28451b184 (patch)
tree84cd54e2c33d5eab0f47fc6ff6221168499324e8 /core/Command
parent8075f6976f4ad1045ebad9d2415c641a41bb34fc (diff)
downloadnextcloud-server-365889472273dcdb258f581d74664df28451b184.tar.gz
nextcloud-server-365889472273dcdb258f581d74664df28451b184.zip
Make adjustments based on the review
Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/App/Install.php2
1 files changed, 0 insertions, 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;