diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2023-07-19 15:41:03 +0330 |
---|---|---|
committer | Faraz Samapoor <f.samapoor@gmail.com> | 2023-09-29 11:37:23 +0330 |
commit | 365889472273dcdb258f581d74664df28451b184 (patch) | |
tree | 84cd54e2c33d5eab0f47fc6ff6221168499324e8 /core/Command | |
parent | 8075f6976f4ad1045ebad9d2415c641a41bb34fc (diff) | |
download | nextcloud-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.php | 2 |
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; |