@@ -63,7 +63,7 @@ |
||
63 | 63 | */ |
64 | 64 | public function getVersion() |
65 | 65 | { |
66 | - if ($file = @file_get_contents(dirname(dirname(__DIR__)) . '/VERSION')) { |
|
66 | + if ($file = @file_get_contents(dirname(dirname(__DIR__)).'/VERSION')) { |
|
67 | 67 | return trim($file); |
68 | 68 | } else { |
69 | 69 | throw new \Exception('No VERSION file'); |