Completed
Push — master ( b7789b...80e9ab )
by Milan
01:49
created
src/DI/UploadExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 				return [];
103 103
 			}
104 104
 
105
-			$destination = $this->getContainerBuilder()->parameters;['wwwDir'] . '/upload';
105
+			$destination = $this->getContainerBuilder()->parameters; ['wwwDir'] . '/upload';
106 106
 		}
107 107
 		return ['default' => $destination];
108 108
 	}
Please login to merge, or discard this patch.