mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Shift console routes
This commit is contained in:
parent
9f43ce97e9
commit
3c40c6fe25
|
@ -16,7 +16,7 @@ use Illuminate\Foundation\Inspiring;
|
|||
|
||||
Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->describe('Display an inspiring quote');
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
Artisan::command('snipeit:travisci-install', function () {
|
||||
if (! Setting::setupCompleted()) {
|
||||
|
@ -34,4 +34,4 @@ Artisan::command('snipeit:travisci-install', function () {
|
|||
} else {
|
||||
$this->comment('Setup already ran');
|
||||
}
|
||||
})->describe('Travis-cli install script for unit tests');
|
||||
})->purpose('Travis-cli install script for unit tests');
|
||||
|
|
Loading…
Reference in a new issue