We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84fc1c commit fc106cdCopy full SHA for fc106cd
1 file changed
src/Archive/Archive.php
@@ -35,7 +35,7 @@ class Archive
35
public function __construct($adapter = null)
36
{
37
if (\defined('__ZEST__ROOT__')) {
38
- $this->setAdapter(__config('archive.driver'));
+ $this->setAdapter(__config('archive.driver'));
39
}
40
41
if (adapter !== null) {
0 commit comments