Skip to content

Commit fc106cd

Browse files
authored
Apply fixes from StyleCI (#338)
Co-authored-by: Muhammad Umer Farooq <lablnet@users.noreply.github.com>
1 parent e84fc1c commit fc106cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Archive/Archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Archive
3535
public function __construct($adapter = null)
3636
{
3737
if (\defined('__ZEST__ROOT__')) {
38-
$this->setAdapter(__config('archive.driver'));
38+
$this->setAdapter(__config('archive.driver'));
3939
}
4040

4141
if (adapter !== null) {

0 commit comments

Comments
 (0)