mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
Rename console commands
This commit is contained in:
@@ -13,7 +13,7 @@ class GenerateExtensionCommand extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $name = 'flarum:extension';
|
||||
protected $name = 'generate:extension';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
@@ -12,7 +12,7 @@ class InstallCommand extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $name = 'flarum:install';
|
||||
protected $name = 'install';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
@@ -12,7 +12,7 @@ class SeedCommand extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $name = 'flarum:seed';
|
||||
protected $name = 'seed';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
Reference in New Issue
Block a user