@@ -24,6 +24,6 @@ |
||
| 24 | 24 | throw new \InvalidArgumentException('Path does not exist: '.$path); |
| 25 | 25 | } |
| 26 | 26 | |
| 27 | - $this->path = $realpath . '/'; |
|
| 27 | + $this->path = $realpath.'/'; |
|
| 28 | 28 | } |
| 29 | 29 | } |