Skip to content

Commit

Permalink
Update installation-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored May 13, 2024
1 parent 2c11f77 commit 2990405
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ If you want to let your application send notifications when something is wrong,
// in route/console.php
use Illuminate\Support\Facades\Schedule;

Schedule::->command(\Spatie\Health\Commands\RunHealthChecksCommand::class)->everyMinute();

Schedule::command(\Spatie\Health\Commands\RunHealthChecksCommand::class)->everyMinute();
```

## Running the checks by sending HTTP requests
Expand Down

0 comments on commit 2990405

Please sign in to comment.