@@ -41,6 +41,6 @@ |
||
41 | 41 | |
42 | 42 | public function getFilesystem(string $name, array $config = []): ?Filesystem |
43 | 43 | { |
44 | - return $this->filesystems[$name] ?? $this->createFilesystem($name,$config); |
|
44 | + return $this->filesystems[$name] ?? $this->createFilesystem($name, $config); |
|
45 | 45 | } |
46 | 46 | } |