Shift console routes
This commit is contained in:
parent
9f43ce97e9
commit
3c40c6fe25
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ use Illuminate\Foundation\Inspiring;
|
||||||
|
|
||||||
Artisan::command('inspire', function () {
|
Artisan::command('inspire', function () {
|
||||||
$this->comment(Inspiring::quote());
|
$this->comment(Inspiring::quote());
|
||||||
})->describe('Display an inspiring quote');
|
})->purpose('Display an inspiring quote');
|
||||||
|
|
||||||
Artisan::command('snipeit:travisci-install', function () {
|
Artisan::command('snipeit:travisci-install', function () {
|
||||||
if (! Setting::setupCompleted()) {
|
if (! Setting::setupCompleted()) {
|
||||||
|
@ -34,4 +34,4 @@ Artisan::command('snipeit:travisci-install', function () {
|
||||||
} else {
|
} else {
|
||||||
$this->comment('Setup already ran');
|
$this->comment('Setup already ran');
|
||||||
}
|
}
|
||||||
})->describe('Travis-cli install script for unit tests');
|
})->purpose('Travis-cli install script for unit tests');
|
||||||
|
|
Loading…
Add table
Reference in a new issue