From a72410b8a45b1110d23344a8b43c48dacd575aff Mon Sep 17 00:00:00 2001 From: Muhammad Umer Farooq Date: Tue, 1 Dec 2020 02:13:45 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Archive/Archive.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Archive/Archive.php b/src/Archive/Archive.php index 0747d841..89953af5 100644 --- a/src/Archive/Archive.php +++ b/src/Archive/Archive.php @@ -35,7 +35,7 @@ class Archive public function __construct($adapter = null) { if (\defined('__ZEST__ROOT__')) { - $this->setAdapter(__config('archive.driver')); + $this->setAdapter(__config('archive.driver')); } if (adapter !== null) {