From 25f2e72bc8cca301b093b9707e4602bffd9f4620 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Thu, 16 Jul 2015 00:38:27 +0200 Subject: [PATCH] Rename import command --- framework/core/src/Console/ImportCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Console/ImportCommand.php b/framework/core/src/Console/ImportCommand.php index bbd31dc2c..ebdf74e65 100644 --- a/framework/core/src/Console/ImportCommand.php +++ b/framework/core/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.