Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 18:55:43 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-02-14 18:55:43 +0300
commitd3d045dd5c5af5f29268727afe63f3c53d22af6c (patch)
treed9d972a389eab29dcf97e3e30d0fb292f2da5f03 /core/Command/Maintenance/UpdateHtaccess.php
parent3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff)
Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/Command/Maintenance/UpdateHtaccess.php')
-rw-r--r--core/Command/Maintenance/UpdateHtaccess.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Command/Maintenance/UpdateHtaccess.php b/core/Command/Maintenance/UpdateHtaccess.php
index 001f07187d6..04c870f07a4 100644
--- a/core/Command/Maintenance/UpdateHtaccess.php
+++ b/core/Command/Maintenance/UpdateHtaccess.php
@@ -22,12 +22,8 @@
*/
namespace OC\Core\Command\Maintenance;
-use InvalidArgumentException;
-use OC\Setup;
-use OCP\IConfig;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class UpdateHtaccess extends Command {