Skip to content

Commit

Permalink
Merge pull request #245 from yoeriboven/patch-2
Browse files Browse the repository at this point in the history
Indentation in docs
  • Loading branch information
Nielsvanpach authored Oct 14, 2024
2 parents b8f6a68 + 682a9d6 commit f5d182d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/storing-results/in-the-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ class Kernel extends ConsoleKernel
{
protected function schedule(Schedule $schedule)
{
$schedule->command('model:prune', [
'--model' => [
\Spatie\Health\Models\HealthCheckResultHistoryItem::class,
],
$schedule->command('model:prune', [
'--model' => [
\Spatie\Health\Models\HealthCheckResultHistoryItem::class,
],
])->daily();

// ...
Expand Down

0 comments on commit f5d182d

Please sign in to comment.