@@ -42,7 +42,7 @@ |
||
| 42 | 42 | */ |
| 43 | 43 | public function __construct($path = '.') |
| 44 | 44 | { |
| 45 | - parent::__construct(realpath(__DIR__ . '/../')); |
|
| 45 | + parent::__construct(realpath(__DIR__.'/../')); |
|
| 46 | 46 | $this->pushService = $this->env('PUSH_SERVICE'); |
| 47 | 47 | } |
| 48 | 48 | |