Skip to content

Commit

Permalink
Fix domain analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiasco committed Nov 22, 2023
1 parent 7a83614 commit 24fe9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Audit/DomainAnalysis.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Drutiny\Acquia\Audit;

use Drutiny\Sandbox\Sandbox;
use Drutiny\Attribute\DataProvider;

/**
* Check to ensure Production Mode is enabled on Acquia Cloud.
Expand All @@ -12,8 +12,8 @@ class DomainAnalysis extends EnvironmentAnalysis {
/**
* @inheritdoc
*/
public function gather(Sandbox $sandbox) {
parent::gather($sandbox);
#[DataProvider(1)]
public function gatherDNS() {

$env = $this->getParameter('environment');
$this->set('domains', array_map(function ($domain) {
Expand Down

0 comments on commit 24fe9ca

Please sign in to comment.