Skip to content

Commit

Permalink
Update on-a-webpage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Dec 18, 2023
1 parent 4f94f74 commit fb934b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/viewing-results/on-a-webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 2
The package contains a controller `Spatie\Health\Http\Controllers\HealthCheckResultsController` that can be used to render the latest results of all checks. Simply use that controller in your routes on any URL you desire.

```php
use Spatie\Health\Http\Controllers\HealthCheckResultsController
use Spatie\Health\Http\Controllers\HealthCheckResultsController;

Route::get('health', HealthCheckResultsController::class);
```
Expand Down

0 comments on commit fb934b3

Please sign in to comment.