We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe67519 commit f0f0533Copy full SHA for f0f0533
bay_monitoring.info.yml
@@ -2,7 +2,7 @@ name: bay_monitoring
2
description: 'Drupal health check module for the Bay hosting platform.'
3
type: module
4
package: Other
5
-core_version_requirement: ^8.9 || ^9
+core_version_requirement: ^9 || ^10
6
dependencies:
7
- monitoring:monitoring
8
- drupal:node
src/Access/HealthzAccessCheck.php
@@ -2,9 +2,9 @@
namespace Drupal\bay_monitoring\Access;
-use Drupal\Core\Site\Settings;
use Drupal\Core\Access\AccessResult;
use Drupal\Core\Routing\Access\AccessInterface;
+use Drupal\Core\Site\Settings;
use Symfony\Component\HttpFoundation\Request;
9
10
/**
0 commit comments