From 9af1519864a926b2149e142b689eefac4dcfbb45 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 16 Jul 2015 00:38:27 +0200 Subject: [PATCH] Rename import command --- src/Console/ImportCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/ImportCommand.php b/src/Console/ImportCommand.php index bbd31dc2c..ebdf74e65 100644 --- a/src/Console/ImportCommand.php +++ b/src/Console/ImportCommand.php @@ -23,7 +23,7 @@ class ImportCommand extends Command * * @var string */ - protected $name = 'flarum:import'; + protected $name = 'import'; /** * The console command description.