@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if (!file_exists($autoloadFile = __DIR__ . '/../vendor/autoload.php')) { |
|
3 | +if (!file_exists($autoloadFile = __DIR__.'/../vendor/autoload.php')) { |
|
4 | 4 | throw new \LogicException("Make sure that you install all dependencies."); |
5 | 5 | } |
6 | 6 |