Skip to content

Commit

Permalink
update provider
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisGautier committed Oct 7, 2023
1 parent efd1e2a commit a8df65d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@ public function boot()
}

Health::checks([
OptimizedAppCheck::new(),
DebugModeCheck::new(),
EnvironmentCheck::new(),
DatabaseCheck::new(),
DatabaseSizeCheck::new(),
MeiliSearchCheck::new(),
MeiliSearchCheck::new()->url(env('MEILISEARCH_HOST') . '/health'),
UsedDiskSpaceCheck::new(),
CacheCheck::new()

Expand Down

0 comments on commit a8df65d

Please sign in to comment.