diff --git a/framework/core/src/Console/GenerateExtensionCommand.php b/framework/core/src/Console/GenerateExtensionCommand.php index f07da4b4c..bae61038f 100644 --- a/framework/core/src/Console/GenerateExtensionCommand.php +++ b/framework/core/src/Console/GenerateExtensionCommand.php @@ -13,7 +13,7 @@ class GenerateExtensionCommand extends Command * * @var string */ - protected $name = 'flarum:extension'; + protected $name = 'generate:extension'; /** * The console command description. diff --git a/framework/core/src/Console/InstallCommand.php b/framework/core/src/Console/InstallCommand.php index a2f81479f..db7063c93 100644 --- a/framework/core/src/Console/InstallCommand.php +++ b/framework/core/src/Console/InstallCommand.php @@ -12,7 +12,7 @@ class InstallCommand extends Command * * @var string */ - protected $name = 'flarum:install'; + protected $name = 'install'; /** * The console command description. diff --git a/framework/core/src/Console/SeedCommand.php b/framework/core/src/Console/SeedCommand.php index 6f9e3ec5b..1a01c0e22 100644 --- a/framework/core/src/Console/SeedCommand.php +++ b/framework/core/src/Console/SeedCommand.php @@ -12,7 +12,7 @@ class SeedCommand extends Command * * @var string */ - protected $name = 'flarum:seed'; + protected $name = 'seed'; /** * The console command description.