1
0
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:
Franz Liedke
2015-06-20 20:09:47 +02:00
parent 0c66bd6872
commit f65830948c
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ class GenerateExtensionCommand extends Command
*
* @var string
*/
protected $name = 'flarum:extension';
protected $name = 'generate:extension';
/**
* The console command description.

View File

@@ -12,7 +12,7 @@ class InstallCommand extends Command
*
* @var string
*/
protected $name = 'flarum:install';
protected $name = 'install';
/**
* The console command description.

View File

@@ -12,7 +12,7 @@ class SeedCommand extends Command
*
* @var string
*/
protected $name = 'flarum:seed';
protected $name = 'seed';
/**
* The console command description.