@@ -25,7 +25,8 @@ |
||
| 25 | 25 | |
| 26 | 26 | private FilesystemOperator $appStorage; |
| 27 | 27 | |
| 28 | - public function __construct(FilesystemOperator $appStorage) { |
|
| 28 | + public function __construct(FilesystemOperator $appStorage) |
|
| 29 | + { |
|
| 29 | 30 | $this->appStorage = $appStorage; |
| 30 | 31 | } |
| 31 | 32 | |