Skip to content

Commit ac7e72a

Browse files
committed
formatting
1 parent 4c513ef commit ac7e72a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Filesystem/FilesystemAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ public function __construct(FilesystemOperator $driver, FlysystemAdapter $adapte
8989
$this->driver = $driver;
9090
$this->adapter = $adapter;
9191
$this->config = $config;
92+
9293
$this->prefixer = new PathPrefixer(
9394
$config['root'] ?? '', $config['directory_separator'] ?? DIRECTORY_SEPARATOR
9495
);

0 commit comments

Comments
 (0)