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