From b9ab8de1b0fb1e509b160657dc7d5c1479400247 Mon Sep 17 00:00:00 2001 From: Tim Clifford Date: Wed, 27 Jan 2021 15:48:23 +0000 Subject: [PATCH] Update src/Audit/DatabaseExposure.php Co-authored-by: Dan Lemon --- src/Audit/DatabaseExposure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Audit/DatabaseExposure.php b/src/Audit/DatabaseExposure.php index ac040ec..9fec4d7 100644 --- a/src/Audit/DatabaseExposure.php +++ b/src/Audit/DatabaseExposure.php @@ -141,7 +141,7 @@ public function remediate(Sandbox $sandbox) { $list = $sandbox->getParameter('results'); $stat = $sandbox->drush(['format' => 'json'])->status(); - $root = strtr($root, $stat['%paths']); + $root = strtr($root, $stat['%paths']); $output = ''; if (!empty($list['filepaths'])) {