@@ -45,7 +45,7 @@ |
||
| 45 | 45 | throw new FileNotFound("could not find pdf {$source}"); |
| 46 | 46 | } |
| 47 | 47 | if (!$target) { |
| 48 | - $this->target = pathinfo($this->source, PATHINFO_DIRNAME).'/'.pathinfo($this->source, PATHINFO_FILENAME); |
|
| 48 | + $this->target = pathinfo($this->source, PATHINFO_DIRNAME) . '/' . pathinfo($this->source, PATHINFO_FILENAME); |
|
| 49 | 49 | } else { |
| 50 | 50 | $this->target($target); |
| 51 | 51 | } |