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'])) {