@@ -19,7 +19,7 @@ |
||
| 19 | 19 | */ |
| 20 | 20 | public function createAbsolutePath($relativePath) |
| 21 | 21 | { |
| 22 | - if($relativePath instanceof IStoreFile) { |
|
| 22 | + if ($relativePath instanceof IStoreFile) { |
|
| 23 | 23 | $relativePath = $relativePath->getRelativePath(); |
| 24 | 24 | } |
| 25 | 25 | |
@@ -2,8 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace h4kuna\Upload; |
| 4 | 4 | |
| 5 | -use Nette\Application, |
|
| 6 | - Nette\Http; |
|
| 5 | +use Nette\Application; |
|
| 6 | +use Nette\Http; |
|
| 7 | 7 | |
| 8 | 8 | class FileResponseFactory |
| 9 | 9 | { |