Skip to content

Commit e1cae39

Browse files
committed
wip
1 parent bd24807 commit e1cae39

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

herd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
integrations:
2+
forge:
3+
laravel.io:
4+
server-id: 537422
5+
site-id: 1574327

routes/console.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
<?php
22

3-
use Illuminate\Foundation\Inspiring;
4-
use Illuminate\Support\Facades\Artisan;
53
use Illuminate\Support\Facades\Schedule;
64
use Spatie\ScheduleMonitor\Models\MonitoredScheduledTaskLogItem;
75

8-
Artisan::command('inspire', function () {
9-
$this->comment(Inspiring::quote());
10-
})->purpose('Display an inspiring quote')->hourly();
11-
126
Schedule::command('schedule-monitor:sync')->dailyAt('04:56');
137
Schedule::command('model:prune', ['--model' => MonitoredScheduledTaskLogItem::class])->daily();
148
Schedule::command('horizon:snapshot')->everyFiveMinutes();

0 commit comments

Comments
 (0)