mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 23:53:42 +08:00
Rename console commands
This commit is contained in:
parent
0c66bd6872
commit
f65830948c
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user