@@ -102,7 +102,7 @@ |
||
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 | } |