summaryrefslogtreecommitdiff
path: root/app/Console/Cronjob.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Console/Cronjob.php')
-rw-r--r--app/Console/Cronjob.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Console/Cronjob.php b/app/Console/Cronjob.php
index 2b12d93d..3a5c5596 100644
--- a/app/Console/Cronjob.php
+++ b/app/Console/Cronjob.php
@@ -3,7 +3,6 @@
namespace Kanboard\Console;
use Symfony\Component\Console\Input\ArrayInput;
-use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\NullOutput;