summaryrefslogtreecommitdiff
path: root/app/Console/TaskExport.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Console/TaskExport.php')
-rw-r--r--app/Console/TaskExport.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Console/TaskExport.php b/app/Console/TaskExport.php
index dea71fe6..2ecd45e5 100644
--- a/app/Console/TaskExport.php
+++ b/app/Console/TaskExport.php
@@ -5,7 +5,6 @@ namespace Console;
use Core\Tool;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
-use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class TaskExport extends Base