Skip to content

Commit

Permalink
fix wrong class name (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcani authored Jun 9, 2024
1 parent a640816 commit 33b0816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class AdminPanelProvider extends PanelProvider
}
```

If you want to override the default `HealthCheckResults` page icon, heading then you can extend the page class and override the `navigationIcon` property and `getHeading` method and so on.
If you want to override the default `Backups` page icon, heading then you can extend the page class and override the `navigationIcon` property and `getHeading` method and so on.

```php
<?php
Expand Down

0 comments on commit 33b0816

Please sign in to comment.