mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
DOC: Remove incomplete sentence
This commit is contained in:
parent
ab96697cd3
commit
a7d01e7637
@ -60,8 +60,6 @@ Once you have created your custom check class, don't forget to register it in a
|
||||
|
||||
### Using other environment check suites
|
||||
|
||||
"health" and "check" are the only environment check suites that we use because they aren
|
||||
|
||||
If you want to use the same UI as dev/health and dev/check, you can create an `EnvironmentChecker` object. This class is a `RequestHandler` and so can be returned from an action handler. The first argument to the `EnvironmentChecker` constructor is the suite name. For example:
|
||||
|
||||
class DevHealth extends Controller {
|
||||
|
Loading…
Reference in New Issue
Block a user