summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command/create.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Hiveminder/Command/create.pm')
-rw-r--r--lib/App/Hiveminder/Command/create.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Hiveminder/Command/create.pm b/lib/App/Hiveminder/Command/create.pm
index ebdae82..c2ed1c7 100644
--- a/lib/App/Hiveminder/Command/create.pm
+++ b/lib/App/Hiveminder/Command/create.pm
@@ -3,7 +3,7 @@ package App::Hiveminder::Command::create;
use Moose;
use App::Hiveminder::Utils qw/get_text_from_editor_or_cmdline display_tasks
update_tasks/;
-extends 'App::Hiveminder::Base';
+extends 'App::Hiveminder::Command';
sub run {
my ($self, $opt, $args) = @_;