@@ -30,7 +30,7 @@ |
||
| 30 | 30 | $file = $this->getValue(1); |
| 31 | 31 | |
| 32 | 32 | foreach (['', '.pp', '.pp2'] as $ext) { |
| 33 | - $path = \dirname($from->getPathname()) . '/' . $file . $ext; |
|
| 33 | + $path = \dirname($from->getPathname()).'/'.$file.$ext; |
|
| 34 | 34 | |
| 35 | 35 | if (\is_file($path)) { |
| 36 | 36 | return File::fromPathname($path); |