Skip to content

Commit

Permalink
some modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
igor875126 committed Aug 9, 2019
1 parent b11a0ed commit d5c97da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ output would look like this
}
```

- /health - Chocofamilyme\LaravelHealthCheck\Responses\ChocolifemeResponse::class
- /health - Chocofamilyme\LaravelHealthCheck\Responses\ChocofamilyResponse::class
output would look like this
```json
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Chocofamilyme\LaravelHealthCheck\Responses;

class ChocolifemeResponse implements ResponseInterface
class ChocofamilyResponse implements ResponseInterface
{
const OK = 'OK';
const CRITICAL = 'CRITICAL';
Expand Down
4 changes: 2 additions & 2 deletions src/config/healthcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
|
*/

'response' => Chocofamilyme\LaravelHealthCheck\Responses\ChocolifemeResponse::class,
'response' => Chocofamilyme\LaravelHealthCheck\Responses\ChocofamilyResponse::class,

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -67,6 +67,6 @@
'DB' => Chocofamilyme\LaravelHealthCheck\Services\Checks\DatabaseComponentCheck::class,
'CACHE' => Chocofamilyme\LaravelHealthCheck\Services\Checks\CacheComponentCheck::class,
'SESSIONS' => Chocofamilyme\LaravelHealthCheck\Services\Checks\SessionsComponentCheck::class,
'STORAGE' => Chocofamilyme\LaravelHealthCheck\Services\Checks\StorageComponentCheck::class,
//'STORAGE' => Chocofamilyme\LaravelHealthCheck\Services\Checks\StorageComponentCheck::class,
]
];

0 comments on commit d5c97da

Please sign in to comment.